first-contributions icon indicating copy to clipboard operation
first-contributions copied to clipboard

Updated flow due to removal of password authentication / SSH changes would be nice..

Open KaladinB4 opened this issue 1 year ago • 5 comments

🐞 Problem Github removed the password authentication options, and the guide does not smoothly walk through the proper setup without a bit of knowledge in troubleshooting.

🎯 Goal When I was learning Git/Github it was incredibly frustrating that every guide required these troubleshooting steps and reconfiguration. IT would be nice to better introduce people more smoothly/easily without starting off on a bad path.

💡 Possible solutions Rather than the 'click copy code' directions, which uses the 'https://github.com/repository-name' directions, direct towards the next step being setting up the SSH key on the local machine / checking for them, then adding them to Github, then using the [email protected] branch

📋 Steps to solve the problem Bookmarking

KaladinB4 avatar Apr 18 '24 05:04 KaladinB4

image

README.md can be modified, Select SSH on the Clone tab, which is more friendly to beginners

hu-keyu avatar Apr 19 '24 08:04 hu-keyu

Beginners need to be reminded to configure sshkey before cloning code from github.

hu-keyu avatar Apr 19 '24 08:04 hu-keyu

#83605 i fixed it here for more beginner friendly! 😄

StepTheGlow avatar Apr 19 '24 14:04 StepTheGlow

Beginners need to be reminded to configure sshkey before cloning code from github.

shouldn't the logs in the terminal do this job?

kenshanta avatar May 06 '24 00:05 kenshanta

I followed the SSH key setup as per github docs but then when I tried to push using: git push -u origin there was an error. Git remote (origin) was still set to use HTTPS instead of SSH. I think the guide should be updated as it will be extremly helpful for beginners like me.

N0madC0de avatar Jun 25 '24 08:06 N0madC0de