Difference between revisions of "Git push -u origin master"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
.../... [[You can only push commits if the committer email is one of your own verified emails]]. | .../... [[You can only push commits if the committer email is one of your own verified emails]]. | ||
error: failed to push some refs to 'XXXXX' | error: failed to push some refs to 'XXXXX' | ||
+ | |||
+ | git push -u origin master | ||
+ | error: src refspec master does not match any | ||
+ | error: failed to push some refs to 'https://github.yourhost.com/yourorganitzation/yourrepo.git' | ||
== Related == | == Related == | ||
* <code>[[git commit --amend --reset-author --no-edit]]</code> | * <code>[[git commit --amend --reset-author --no-edit]]</code> | ||
* <code>[[git push]]</code> | * <code>[[git push]]</code> | ||
+ | * [[git add .]] | ||
==See also== | ==See also== |
Latest revision as of 10:41, 19 January 2024
git push -u origin master .../... You can only push commits if the committer email is one of your own verified emails. error: failed to push some refs to 'XXXXX'
git push -u origin master error: src refspec master does not match any error: failed to push some refs to 'https://github.yourhost.com/yourorganitzation/yourrepo.git'
Related[edit]
See also[edit]
Advertising: