我正在尝试下载私人 git repo。
当我做git clone https://<DEV_USER>:<DEV_PWD>@github.<corpName>.net/Svcs/repo.git
有用!
但我真的不需要所有的 git 历史。我只需要 repo 作为文件目录。因此,我试图存档。
git archive --remote=<DEV_USR>:<DEV_PWD>@github.<corpName>.net:Svcs/repo.git
我收到以下错误
Could not resolve hostname <DEV_USER>: nodename nor servname provided, or not known
fatal: The remote end hung up unexpectedly