Common Issues - GandalfClub/gandalf-app GitHub Wiki
Unable to push to main repository
git remote set-url origin ssh://[email protected]/gandalfclub/gandalf-app.git
- Then check permissions
ssh -T [email protected]
- If you see something like
Hi <username> You've successfully authenticated, but GitHub does not provide shell access.
- Done, otherwise you need to generate valid ssh key and put them into you github account,
- Run
ssh-keygen
- Press enter at all prompts, find id_rsa.pub file at default directory (in windows user/.ssh) open it.
- Copy the key and add it ot you github account (https://github.com/settings/keys New SSH key button)
Got error when pushing my commit
⚠️ **GitHub.com Fallback** ⚠️