在我的本地计算机(Linux)上,我用
克隆了回购git clone https://rcffc@dev.kom.e-technik.tu-darmstadt.de/gitlab/WaelKH/KM_2_2017_Feature_Selection.git
它问我密码。输入密码后,我可以克隆存储库,很好。
在服务器(Windows)上,命令指向
remote: Not Found
fatal: repository 'git clone https://rcffc@dev.kom.e-technik.tu-darmstadt.de/gitlab/WaelKH/KM_2_2017_Feature_Selection.git/' not found
请帮帮我。
更新:它是一个私人存储库。 更新2& 3:提出更清楚的问题。 更新4:包含的操作系统信息 更新5:包含实际命令。
答案 0 :(得分:1)
克隆存储在http://www.example.com/foo/bar.git中的存储库的命令是
git clone https://www.example.com/foo/bar.git
答案 1 :(得分:1)
尝试检查curl https://username@remote.git
是否有效。首先,正如@sensorario所提到的,您应该确保您的URL有效,并且您还应该保证curl
正在使用正确的https连接证书,因为AFAIK git命令在内部使用curl。
更新
git clone https://your_server_ip/your_user_name/your_repo_name.git