修改本地仓库与远程仓库的链接
2016-07-11 本文已影响23人
BlackNeko
git remote rm origin
git remote add origin git@github.com:username/myapp.git
我觉得还是直接使用https好用些:
git remote rm origin
git remote add origin https://github.com/AmoryPepelu/ft_customer.git
git remote rm origin
git remote add origin git@github.com:username/myapp.git
我觉得还是直接使用https好用些:
git remote rm origin
git remote add origin https://github.com/AmoryPepelu/ft_customer.git