ssh login problem to forgemia
Some people do not manage to ssh log to forgemia even after setting the git remote add origin git@forgemia.inra.fr:username/my_repo.git.
For Shannon, we solved that by:
- removing the previous ssh key pair and revoking it from the forgemia user account
- setting a new ssh keypair and filling it to the forgemia user account
- typing
git remote set-url origin git@github.com:username/my_repo.git
Edited by Ludovic Duvaux