Zhanhailiang Date: 2014-12-02
[root@~/Wade/Lua/historybrowsing] # git pushfatal:no destination configured to push to.
Check out the corresponding manual:
[root@~/Wade/Lua/historybrowsing] # git help push
The reason is that there are two workarounds for the missing push destination address:
1. Add the "Destination address" parameter:
[Root@~/Wade/Lua/Historybrowsing]# git push [email protected]:billfeller/historybrowsing.gitCounting objects:7, done.compressing objects: -% (4/4), done. Writing objects: -% (4/4),482Bytes, done. Total4 (Delta3), reused0 (Delta0)Togit@Github.com:billfeller/Historybrowsing.git E218FEC. 6f0ca41 HEAD->Master
2. Set Default parameters:
[Root@~/Wade/Lua/Historybrowsing]# git Remote add origin [email protected]:billfeller/historybrowsing.git[Root@~/Wade/Lua/Historybrowsing]# git push
Git push encountered a problem "Fatal:no destination configured to push to."