在执行git pull命令时,遇到了git remote add时的错误
如果使用git remote add而不是git clone,那么要想进行git pull,必须输入以下命令。
git config branch.master.merge refs/heads/master
git config branch.master.remote origin
听说git clone可以自动设置很多东西。
如果使用git remote add而不是git clone,那么要想进行git pull,必须输入以下命令。
git config branch.master.merge refs/heads/master
git config branch.master.remote origin
听说git clone可以自动设置很多东西。