Home > other >  The new project on gitee git push failure, consult everybody to give directions
The new project on gitee git push failure, consult everybody to give directions

Time:09-30

1, use the new warehouse on gitee, is the default setting, copied the SSH address [email protected]: aaa/BBB. Git, in accordance with the local code path following sequential operation
Git init - & gt; Git add remote origin [email protected]: aaa/BBB. Git - & gt; Git add. - & gt; Git commit - & gt; Git push origin master
An error
Access deined: You do not have permission to push to this repository
Fatal: Could not read from the remote repository.

Do make sure you have the correct access rights
And the repository exists.

3, SSH test normal illustrate key no problem?
SSH -t [email protected]
You 've successfully authenticated, but GITEE.COM does not dojo.provide shell access.

Git remote - v shows normal
Origin [email protected]: aaa/BBB. Git (fetch)
Origin [email protected]: aaa/BBB. Git (push)


4, can switch to another warehouse, local normal push



Ask everybody to help look at ah thank you very much!
  • Related