环境是 win7 64位
用git进任意clone下来的文件夹后输入指令git remote -v
后都有两个remote
,分别是origin
和 upstream
。
运行很多脚本时会报出以下错误
fatal: remote origin already exists.
网上说的解决方法是输入指令git remote rm origin
来删除origin
,但是我输入指令后报出以下错误
error: Could not remove config section 'remote.origin'
。
现在不知道如何是好,希望大家帮助。
ringa_lee2017-04-22 09:01:50
git 클론........... 원격 복사를 실행한 후 git pull 오리진 마스터 이 명령을 실행하여 분기를 원격 동기화와 병합합니다. 나중에 제출하면 문제가 없습니다