DjangoGirls / tutorial

This is a tutorial we are using for Django Girls workshops
http://tutorial.djangogirls.org/
Other
1.52k stars 1.86k forks source link

add a GitHub auth tip #1821

Closed lilspad closed 3 months ago

lilspad commented 4 months ago

Changes in this pull request:

Notes:

Hopefully my explanation makes sense and helps anyone else who might be struggling to access their github from the command line. Please let me know if there's a better way to contribute this info!

lilspad commented 4 months ago

I just realised this is already an open issue (#1739) sorry! I'll leave this request open in case this might help temporarily, but feel free to close it if not :)

dennybiasiolli commented 3 months ago

@lilspad is this happening if the repo is set to "public" too? I tried the tutorial a couple of weeks ago and it didn't ask for username/password when cloning the repo. I will try again after creating a clean local virtual machine, to see if it's happening on localhost too

lilspad commented 3 months ago

@dennybiasiolli Ah, you're absolutely right! This is not an issue if the repo is set to public. Thank you!