赞
踩
Linux使用git命令下载项目:
正确写法:
1、默认分支拉取代码
git clone http://【git用户名】:【git密码】@xxxx.git
2、指定分支拉取代码
git clone -b 分支名称 http://【git用户名】:【git密码】@xxxx.git
注意:
【用户名与密码之间用英文状态下的冒号隔开:】
git命令中没有添加git账号和密码的错误样式:
Initialized empty Git repository in /aaa/bbb/.git/
error: The requested URL returned error: 401 Unauthorized while accessing http://qqqqqq/wwwww/eeee.git/info/refs
fatal: HTTP request failed
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。