This happens when you use Git push.Error:the requested URL returned error:403 while accessing https://github.comgit/info/refs
Edit .git/config file under your repo directory
Find url= Entry under section[remote "origin"]
Change of it url=
If you enter the git config credential.helper command after the Osxkeychain, store or cache, etc., indicating that git configuration is still not emptied, I refer to the StackOverflow on this issue someone gave such a command to view The file
First, install Git software on Linux
Can be installed directly from the source of the release version
# sudo apt-get install git//ubuntu release# yum-y Install git//redhat, CentOS release
Second, the use of HTTPS user name password Authentication
Part I: Installation and configuration1. Install gitYum Install -y git2. Initialize gitthe test " "[email protected]"These two commands set up git accounts and mailboxes, respectively.3. Associate a remote Git repository, where you'll do a demo
This error occurs after a git push
Error:the requested URL returned error:403 Forbidden while accessing https://github.com/wangz/future.git/info/refs
This could be because of a git version problem.The solution is:Enter the command in the
Permission error (error: the requested URL returned error: 403 forbidden while accessing ):1. Put the SSH public key of your machine in setting-> SSH keys of GitHub;2. modify $ bash /. https: // * in the URL in git/config is url = SSH: // [email
Easy steps for beginners to use Git to upload code to coding1. First login Coding website registered account https://coding.net/(after registration, you need to login email to activate email)2. Login to the newly registered coding account and add
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.