Webmatrix认为我是我在github上的alt

时间:2015-10-07 00:40:47

标签: git github webmatrix

    remote: Permission to CENSORED/CENSORED.git denied to cpmoderator12345.
fatal: unable to access 'https://github.com/CENSORED/CENSORED.git': The requested URL returned error: 403
git returned error code 128.

GitSCCProvider.GitCommandLineException: remote: Permission to CENSORED.git denied to cpmoderator12345.
fatal: unable to access 'https://github.com/CENSORED': The requested URL returned error: 403
git returned error code 128.
   at GitSCCProvider.GitCommandLine.GitProcessRunInvoked(GitProcessTracker gitProcessTracker)
   at GitSCCProvider.GitCommandLine.<>c__DisplayClass1.<GitAsyncCommandLineExecute>b__0()
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()

无论如何,那是错误。 我目前正在使用GitHub和GitHub Desktop作为我的主帐户,但WebMatrix似乎认为我是我的alt。我见过SSH密钥,但没有一个导致问题。

我尝试在WebMatrix上使用SSH而不是HTTPS。它也没用。现在我只使用旧的命令行,但我很容易搞砸了。

另外,我应该先说一下。我不是我的任何一个帐户上推送的当前存储库的所有者。但是在我的主帐户上,我是一名合作者,而且存储库仅供合作者使用。

1 个答案:

答案 0 :(得分:1)

  

我见过SSH密钥,但没有一个导致问题

使用ssh是一个好主意,以便建立您的身份并验证对您的GitHub仓库的访问权。

但您没有使用ssh网址(git@github.com:username/reponame) 从错误消息中,您使用的是https。确保更改该网址,您将受益于ssh自动身份验证。