用如下命令改成SSH的方式
git remote rm origin
git remote add origin git@github.com:username/repository.git
git push -u origin master