git push submit error 403, treatment

After today after creating a git repository, I tried sourcetree after pulling warehouse, creating a branch to submit a new branch code in accordance with the normal operation, but reported the following error contents:

To https://github.com/J-Boos/J-Boss-Tool.git Pushing
Remote: the MUST by You the Verify your Email address.
Remote: See https://github.com/settings/emails.
Fatal: Unable to Access 'https://github.com/J-Boos/J-Boss-Tool.git/': the requested URL returned error: 403

fiddle after some found the root of the problem is that when creating depots .git / config no account password file, just in the config file with the account password on the list;
specific steps:
the first step is to find .git folder if mac need to press shift + command + project file three buttons, you will. see hidden files.
The second step, to find the git config files folder, locate the following code orange label name.

[remote "origin"]
url = https://github.com/J-Boss-Os/J-Boss-Tool.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]

The third step is to replace the domain name to the account password @  After saving
[Remote "Origin"]
url = HTTPS: // account @ password /J-Boss-Os/J-Boss-Tool.git
FETCH = + refs / Heads / * : refs / remotes / Origin / *
[Branch "Master"]

Save and close the editor, git push again you will find 403 errors will not be reported to the

Guess you like

Origin www.cnblogs.com/j-boss-os/p/12178045.html