之前从 coding git clone 私有项目到EC2服务器一直出现400的网页错误,不知道如何解决,今天查阅资料后发现需要以一下格式来 git clone 才能将私有项目成功 clone 下来。
1 | git clone -b sci-demo https://<coding_username>:<coding_password>@git.coding.net/<coding_username>/<repository_name>.git |
实际上只需要将用户名和密码部分加上,其他部分的内容直接拷贝 git 地址即可