I'm simply trying to push my practice project code (from eclipse) to the github public repo. But unable to do so as it say Can't connect to any URI (not authorized) error Is generating the ssh key is mandatory? Error Screenshot
Asked
Active
Viewed 3,175 times
0
-
You have to use either a _personal access token_ as password (instead of your GitHub account password) or SSH key: https://stackoverflow.com/a/68802292/6505250 – howlger Oct 14 '21 at 13:19
-
I can able to push the code to the repository via ssh key method. Thank you @howlger :) – Prateek Kumar Oct 16 '21 at 02:18