Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

error: src refspec main does not match any error: failed to push some refs to

mkdir repo && cd repo
git remote add origin /path/to/origin.git
git add .

git commit -m "initial commit"
git push origin master
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #src #refspec #main #match #failed #push #refs
ADD COMMENT
Topic
Name
6+1 =