geco-bern / agds

Applied Geodata Science book. Developed for the lecture(s) with the same name at the Institute of Geography, University of Bern.
https://geco-bern.github.io/agds/
Other
5 stars 6 forks source link

Git clone with https-link #135

Closed Real-Slin-Shady closed 1 year ago

Real-Slin-Shady commented 1 year ago

To clone a git repository with git clone "link", to my knowledge you can only push the project when you cloned it with the ssh and not the https link. For example: $git clone git@github.com:Real-Slin-Shady/Template_Repository.git works for me while $git clone https://github.com/Real-Slin-Shady/Template_Repository.git cannot be pushed after cloning. This is contrary to the git clone comand stated in chapter 7.2.2.3.

khufkens commented 1 year ago

Thanks, login methods have changed with github trying to enforce better operational security. Will fix.