Once the code is written, synchronize the local repository with Github.
git push -u origin master
error: The requested URL returned error: 403 Forbidden while accessing https://github.com/user/test.git/info/refs
This is due to permission issues, you can modify. Git /config file appends username and password:
1) Edit. Git /config file
2) Find the URL variable under [Remote “Origin”]
3) modify the url = https://github.com/user/test.git, modified to url = ssh://[email protected]/user/test.git, finished modification
4) Push origin Master through Git to synchronize, which has been successful
Read More:
- GitHub push ErrorThe requested URL returned error: 403 Forbidden while accessing
- Solving GitHub push error: the requested URL returned error:403 Forbidden while accessing
- Git error: requested URL returned error: 403
- Girl: RPC failed; HTTP 411 curl 22 the requested URL returned error: 411 length required:
- How to Solve Error: The requested URL returned error: 401 Unauthorized while accessing
- Error: RPC failed; HTTP 504 curl 22 the requested URL returned error: 504 gateway time out
- Git error: the requested URL returned error: 500
- Error in brew install: curl: (22) the requested URL returned error: 404 Not Found
- curl: (22) The requested URL returned error: 404 Not Found Server does not provide clone.bundle; ig
- GitHub upload failed: git push error: failed to push some refs to exception handling
- git push error failed to push some refs to solution
- Git push “fatal: Authentication failed ”
- Git failed to submit data error: failed to push some refs to’https://github.com/XXXXXXX/gif.git’
- [Git & GitHub] Solution: error: failed to push some refs to’https://github.com/xxxx.git’
- Browser prompt: Source mapping error: request failed with status 404 Source URL: http://xxx.js Source mapping URL: jquery.min.map
- Error report after solving git push origin master
- Solve github :error: failed to push some refs to problem
- Failed to push some refs to
- The solution of push D command execution error (/ bin / sh: 1: push D: not found) on Ubuntu