Solving GitHub push error: the requested URL returned error:403 Forbidden while accessing

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
 

Read More: