<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - "Profile Plot Options..." exception via macro/batch mode"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=752#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - "Profile Plot Options..." exception via macro/batch mode"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=752">bug 752</a>
              from <span class="vcard"><a class="email" href="mailto:johannes.schindelin@gmx.de" title="Johannes Schindelin <johannes.schindelin@gmx.de>"> <span class="fn">Johannes Schindelin</span></a>
</span></b>
        <pre><span class="quote">> How do I get 'get push' to use https?</span >

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
<a href="https://github.com/imagej/imagej1">https://github.com/imagej/imagej1</a> master" and it should ask you for your GitHub
credentials.

This is only one of many "tricks" that are described in
<a href="http://www.git-scm.com/book">http://www.git-scm.com/book</a>. 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:
<a href="http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html">http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>