You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐞 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
The text was updated successfully, but these errors were encountered:
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.
🐞 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
The text was updated successfully, but these errors were encountered: