http://fiji.sc/bugzilla/show_bug.cgi?id=752
--- Comment #13 from Johannes Schindelin <johannes.schinde...@gmx.de> --- > How do I get 'get push' to use https? Maybe this is the wrong ticket to discuss Git issues, but in general, you call "git push" this way: git push <URL> <branch>... For convenience, you can specify <nickname> instead of <URL> if <nickname> is listed in the output of "git remote -v". For further convenience, you can also skip <branch>... (in which case Git < 2.0.0 will push *all* branches which are present locally and remotely, Git >= 2.0.0 will only push the current branch) and even <nickname>, in which case Git falls back to using "origin", i.e. the special nickname for the remote from which the current repository was cloned. Not specifying these parameters is sloppy. In your case, you should be able to call "git push https://github.com/imagej/imagej1 master" and it should ask you for your GitHub credentials. This is only one of many "tricks" that are described in http://www.git-scm.com/book. I strongly encourage reading that book, in particular how to use Git effectively, including fine-grained, well documented commits. I would also suggest another resource to help with mastering the art of making excellent commits: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ ImageJ-devel mailing list ImageJ-devel@imagej.net http://imagej.net/mailman/listinfo/imagej-devel