git输入用户名和密码
1.查看clone的方法
git remote -v
2.移除https的方法,换成ssh
git remote rm origin
3.add ssh地址
git remote add origin git地址
4.重新push
git push origin dev:master
1.查看clone的方法
git remote -v
2.移除https的方法,换成ssh
git remote rm origin
3.add ssh地址
git remote add origin git地址
4.重新push
git push origin dev:master