Git-remote-https权限被拒绝

时间:2015-06-30 18:19:14

标签: android git

我正在使用Android终端IDE,我正在尝试将主分支拉入手机。我做了以下事情:

git config --global user.name "name"
git config --global user.email email
git init
git remote add origin http://github.com/blahblahblah
git clone https://github.com/blahblahblah

键入git status不会提交任何内容(在分支主机上)。当我输入上面的最后一行时,它给了我:

Cloning into 'blah'...
fatal: cannot exec 'git-remote-https': Permission denied

感谢您的帮助!

编辑:此问题与另一个问题不同,因为另一个问题的网址错误。我确信我有正确的网址。

0 个答案:

没有答案