Answer the question
In order to leave comments, you need to log in
GIT ERROR 403 how to fix?
$ git push -u origin master
remote: Permission to ArturShalokhin/ITMO-WEB-dev.git denied to rapax1.
fatal: unable to access ' https://github.com/ArturShalokhin/ITMO-WEB-dev.git/ ': The requested URL returned error: 403
here is such an error after PUSH , login and password are not requested.
previously used the git, but through another github acc.
Answer the question
In order to leave comments, you need to log in
Hello.
--
1) You are trying to upload from another account, I don’t know how to log out of it, but when you install git on your computer, a file is created .githistory
, usually shoved into a user folder, like composer data. (for Windows) - for other systems did not recognize.
2) If you find .githistory
- and use another account, delete it. Perhaps other files with the word git should also be deleted.
3) Make sure that you made a new registration after deleting the history:
$ git config --global user.name 'login'
$ git config --global user.email '[email protected]'
$ cd your_folder
- Check the status again. $ git init
? .git
is already there. $ git remote add origin....
- because the branch is already created when creating the repository on the site. Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question