更改Git子模块的URL失败

时间:2015-09-15 10:58:37

标签: git git-submodules

我在项目中有一个子模块,我也想自动推送到分段。现在我对钩子进行了适当的更改,并将身份验证方法从密码更改为子模块的证书。

不幸的是git拒绝更改身份验证方法,尽管已经更改了原始URL:

remote: /home/git/staging.git
remote: Cloning into 'MEW'...
remote: fatal: could not read Password for 'https://myname@bitbucket.org': No such device or address
remote: Clone of 'https://myname@bitbucket.org/demo/demo-mew.git' into submodule path 'MEW' failed

node1:/home/www/demo/MEW$ git remote -v
origin  git@bitbucket.org:demo/demo-mew.git (fetch)
origin  git@bitbucket.org:demo/demo-mew.gitdemo)

cat .git / config

...
[submodule "MEW"]
     url = git@bitbucket.org:demo/demo-mew.git
...

这是一个错误还是我需要更改其他内容才能进行更改?提前感谢您的帮助。

0 个答案:

没有答案