

输入命令:
|
1 |
git init |
|
1 |
git remote add origin gitlab地址 |
|
1 |
git pull origin 远程分支名 |

fatal: unable to update url base from redirection:

看到网上有人说,需要设置用户名和邮箱,但是我也设置了啊,可是结果无异。。。

结果依然是这样

原来是没给我开权限!!!
|
1 2 3 4 |
在命令行输入 git clone https://github.com/….git //地址为上面copy的地址 `在这里插入代码片` 等待拷贝完就可以了 |
登录后复制讲解