#] git push origin env-properites error: src refspec env-properites does not match any. error: failed to push some refs to 'http://localhost/mygit/firsttest.git'
I can solve this problem by doing as here is written. It is easy!
Just modify unnecessary file like .gitignore.
And add & commit.
Run the above command again.
You can see the following message.
Compressing objects: 100% (8/8), done. Writing objects: 100% (12/12), 1.82 KiB, done. Total 12 (delta 2), reused 0 (delta 0) To http://localhost/mygit/firsttest.git * [new branch] env-properties -> env-properties
No comments:
Post a Comment