Installation Failure(git clone --recursive git@github.com:xxx.git)

Failing to clone the repo and its submodules.

$git clone --recursive git@github.com:microsoft/Oscar.git
Cloning into 'Oscar'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Additionally for cloning using https “https://github.com/microsoft/Oscar.git”, the submodules fail to install giving the same error:

git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Answer

  1. Clone the Oscar repo using: git clone https://github.com/microsoft/Oscar.git

  2. Update the Git submodules with the below contents (.gitmodules)

[submodule "transformers"]
	path = transformers
	url = https://github.com/huggingface/transformers.git
	branch = 067923d3267325f525f4e46f357360c191ba562e
[submodule "coco_caption"]
	path = coco_caption
	url = https://github.com/LuoweiZhou/coco-caption.git
	branch = de6f385503ac9a4305a1dcdc39c02312f9fa13fc
  1. git init
  2. git submodule sync
  3. Execute git submodule update --init --recursive --progress inside the oscar repo to load the submodules.

if missed this issue

usage: git submodule [--quiet] add [-b ] [-f|--force] [--name ] [--reference ] [--] []
or: git submodule [--quiet] status [--cached] [--recursive] [--] [...]
or: git submodule [--quiet] init [--] [...]
or: git submodule [--quiet] deinit [-f|--force] [--] ...
or: git submodule [--quiet] update [--init] [--remote] [-N|--no-fetch] [-f|--force] [--rebase] [--reference ] [--merge] [--recursive] [--] [...]
or: git submodule [--quiet] summary [--cached|--files] [--summary-limit ] [commit] [--] [...]
or: git submodule [--quiet] foreach [--recursive]
or: git submodule [--quiet] sync [--recursive] [--] [...]

You should upgrade git version, --progress is supported in 2.13 version or newer

Refer

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值