python-tutorial icon indicating copy to clipboard operation
python-tutorial copied to clipboard

Errors found in `manage_python_project` notebook

Open despadam opened this issue 8 months ago • 1 comments

Give more information on how to execute git commands when someone has two factor authentication in Github. Someone with 2fa could not even clone the repo inside Renku

despadam avatar May 08 '25 08:05 despadam

We should tell them to modify the origin URL with the following command to avoid the prompt of user/token every single time:

git remote set-url origin https://USERNAME:[email protected]/USERNAME/mypackage.git

edoardob90 avatar May 08 '25 09:05 edoardob90