Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

fatal no configured push destination

This time the first push requires the URL.
 
$ git add --all
$ git commit -m "commit message"
$ git remote add origin 'remote repository url'
$ git push -u origin Corresponds to the remote branch name
 
 
 
Then the next time you don't have to go through all that trouble, just.
 
$ git add --all
$ git commit -m "info"
$ git push
Source by programmerah.com #
 
PREVIOUS NEXT
Tagged: #fatal #configured #push #destination
ADD COMMENT
Topic
Name
7+5 =