<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
Hello David,<br>
<br>
What version of the Git Client add-on are you using? I just tested
with the latest (2.2.0), and no extra configuration was needed, as I
expected. If you are also working with v2.2.0 (you can check from
Help menu > Manage add-ons...), you could reset the credentials
that Oxygen stored for the Git client and try again. In the main
toolbar at the top of the Git Staging view, there is a Settings
(cogwheel) button that shows a menu where you can find the "Reset
all credentials" action.<br>
<br>
If you are not using v2.2.0, please update and try again.<br>
<br>
Best wishes,<br>
Sorin Carbunaru<br>
<br>
<div class="moz-cite-prefix">On 6/8/2020 9:07 PM, David Birnbaum
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAP4v81qw_aoK3hUfFtqYhcJu1G3nP7hkO8FGudCp06nqcO37Jw@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">Dear Sorin (via oxygen-user),
<div><br>
</div>
<div>I apologize for being unclear, but I have already generated
SSH keys and cloned repos using SSH, and everything works
correctly from the command line. The issue is that when I then
try to access such a repo from inside <oXygen/>, using
the <oXygen/> GitHub plugin, an authentication box opens
and prompts me for a username and password, which it then
rejects as invalid (although those are the correct userid and
password for my GitHub account). I can interact with those
repos on the command line; it is only within <oXygen/>
that they do not seem to be accessible. Is there something
specific that I need to do to make <oXygen/> aware of
the SSH authentication that works correctly from the command
line? </div>
<div><br>
</div>
<div>Sincerely,</div>
<div><br>
</div>
<div>David</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Mon, Jun 8, 2020 at 1:00 PM
<<a href="mailto:oxygen-user-request@oxygenxml.com"
moz-do-not-send="true">oxygen-user-request@oxygenxml.com</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send
oXygen-user mailing list submissions to<br>
<a href="mailto:oxygen-user@oxygenxml.com"
target="_blank" moz-do-not-send="true">oxygen-user@oxygenxml.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a
href="https://www.oxygenxml.com/mailman/listinfo/oxygen-user"
rel="noreferrer" target="_blank" moz-do-not-send="true">https://www.oxygenxml.com/mailman/listinfo/oxygen-user</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:oxygen-user-request@oxygenxml.com"
target="_blank" moz-do-not-send="true">oxygen-user-request@oxygenxml.com</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:oxygen-user-owner@oxygenxml.com"
target="_blank" moz-do-not-send="true">oxygen-user-owner@oxygenxml.com</a><br>
<br>
When replying, please edit your Subject line so it is more
specific<br>
than "Re: Contents of oXygen-user digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Re: GitHub SSH authentication? (oXygen XML support)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 8 Jun 2020 08:49:03 +0300<br>
From: oXygen XML support <<a
href="mailto:support@oxygenxml.com" target="_blank"
moz-do-not-send="true">support@oxygenxml.com</a>><br>
To: <a href="mailto:oxygen-user@oxygenxml.com"
target="_blank" moz-do-not-send="true">oxygen-user@oxygenxml.com</a><br>
Subject: Re: [oXygen-user] GitHub SSH authentication?<br>
Message-ID: <<a
href="mailto:25e53cd6-3c16-df56-fa49-df77fa49d1c8@oxygenxml.com"
target="_blank" moz-do-not-send="true">25e53cd6-3c16-df56-fa49-df77fa49d1c8@oxygenxml.com</a>><br>
Content-Type: text/plain; charset="utf-8"; Format="flowed"<br>
<br>
Hello David,<br>
<br>
If you haven't already done this, you need to follow the
"Connecting to <br>
GitHub with SSH" tutorial from their docs. The most important
things to <br>
read are how to generate a new pair of SSH keys [1] and how to
add the <br>
public key to GitHub [2]. After doing this, try cloning a
GitHub <br>
repository using the SSH URL [3], [4].<br>
<br>
[1] <br>
<a
href="https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent"
rel="noreferrer" target="_blank" moz-do-not-send="true">https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent</a><br>
[2] <br>
<a
href="https://help.github.com/en/enterprise/2.18/user/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account"
rel="noreferrer" target="_blank" moz-do-not-send="true">https://help.github.com/en/enterprise/2.18/user/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account</a><br>
[3] <br>
<a
href="https://help.github.com/en/github/using-git/which-remote-url-should-i-use#cloning-with-ssh-urls"
rel="noreferrer" target="_blank" moz-do-not-send="true">https://help.github.com/en/github/using-git/which-remote-url-should-i-use#cloning-with-ssh-urls</a><br>
[4] <a
href="https://github.com/oxygenxml/oxygen-git-plugin#cloning-a-repository"
rel="noreferrer" target="_blank" moz-do-not-send="true">https://github.com/oxygenxml/oxygen-git-plugin#cloning-a-repository</a><br>
<br>
All the best wishes,<br>
Sorin Carbunaru<br>
oXygen XML Editor<br>
<br>
On 6/6/2020 8:56 PM, David Birnbaum wrote:<br>
> Dear <a href="mailto:oxygen-user@oxygenxml.com"
target="_blank" moz-do-not-send="true">oxygen-user@oxygenxml.com</a>
<mailto:<a href="mailto:oxygen-user@oxygenxml.com"
target="_blank" moz-do-not-send="true">oxygen-user@oxygenxml.com</a>>,<br>
><br>
> Can someone please point me to online instructions for
authenticating <br>
> <oXygen/> Editor with GitHub using an SSH
key, rather than entering <br>
> userid and password? Thank you!<br>
><br>
> Sincerely,<br>
><br>
> David<br>
><br>
><br>
> _______________________________________________<br>
> oXygen-user mailing list<br>
> <a href="mailto:oXygen-user@oxygenxml.com"
target="_blank" moz-do-not-send="true">oXygen-user@oxygenxml.com</a><br>
> <a
href="https://www.oxygenxml.com/mailman/listinfo/oxygen-user"
rel="noreferrer" target="_blank" moz-do-not-send="true">https://www.oxygenxml.com/mailman/listinfo/oxygen-user</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a
href="http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20200608/6129e5e3/attachment-0001.html"
rel="noreferrer" target="_blank" moz-do-not-send="true">http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20200608/6129e5e3/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
oXygen-user mailing list<br>
<a href="mailto:oXygen-user@oxygenxml.com" target="_blank"
moz-do-not-send="true">oXygen-user@oxygenxml.com</a><br>
<a
href="https://www.oxygenxml.com/mailman/listinfo/oxygen-user"
rel="noreferrer" target="_blank" moz-do-not-send="true">https://www.oxygenxml.com/mailman/listinfo/oxygen-user</a><br>
<br>
<br>
------------------------------<br>
<br>
End of oXygen-user Digest, Vol 116, Issue 4<br>
*******************************************<br>
</blockquote>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
oXygen-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:oXygen-user@oxygenxml.com">oXygen-user@oxygenxml.com</a>
<a class="moz-txt-link-freetext" href="https://www.oxygenxml.com/mailman/listinfo/oxygen-user">https://www.oxygenxml.com/mailman/listinfo/oxygen-user</a>
</pre>
</blockquote>
<br>
</body>
</html>