Change your remote's URL
Change your remote's URL from SSH to HTTPS with the git remote set-url command. git remote set-url origin https://github.com/USERNAME/REPOSITORY.git From https://help.github.com/articles/changing-a-remote-s-url/