Resolve Git push errors
The requested URL returned error:403 Forbidden while accessing
Answer: Private project, no permissions, enter the username and password, the latter remote address is of this type: vi.git/config
will
[Premote “origin”]
url=https://github.com/ user name/repository name. Git
Modified to
[Premote “origin”]
Url =https:// username: password @github.com/ username/repository name.git
The requested URL returned error:403 Forbidden while accessing
Answer: Private project, no permissions, enter the username and password, the latter remote address is of this type: vi.git/config
will
[Premote “origin”]
url=https://github.com/ user name/repository name. Git
Modified to
[Premote “origin”]
Url =https:// username: password @github.com/ username/repository name.git