<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Failed to authenticate repository github in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Failed-to-authenticate-repository-github/m-p/763575#M241835</link>
    <description>&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large XcVN5d tw-ta" dir="ltr" data-placeholder="Translation"&gt;&lt;SPAN class="Y2IQFc"&gt;the space in the macro variables was introduced when writing the post but in the program it is correct&lt;/SPAN&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 24 Aug 2021 15:45:45 GMT</pubDate>
    <dc:creator>dipand</dc:creator>
    <dc:date>2021-08-24T15:45:45Z</dc:date>
    <item>
      <title>Failed to authenticate repository github</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Failed-to-authenticate-repository-github/m-p/763471#M241800</link>
      <description>&lt;PRE class="tw-data-text tw-text-large XcVN5d tw-ta"&gt;&lt;SPAN class="Y2IQFc"&gt;Hello,
I have a problem.
I have a github repository and I want to copy the files present in my local folder into it.
I use this instruction:

date _null_;
 rc = gitfn_push (
  "&amp;amp; dir_git.",
  "&amp;amp; user_github.",
  "&amp;amp; passw_github.");
run;

and I get the following error message:
"
ERROR: Failed to authenticate with the remote repository.
"
I can't understand why as username and password are correct as I access the folder on github.
Any suggestions?

Thank you all&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 10:24:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Failed-to-authenticate-repository-github/m-p/763471#M241800</guid>
      <dc:creator>dipand</dc:creator>
      <dc:date>2021-08-24T10:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to authenticate repository github</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Failed-to-authenticate-repository-github/m-p/763474#M241803</link>
      <description>&lt;P&gt;Do you have 2-factor authentication enabled on GitHub (best practice)? If so, your normal GitHub password won't work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead, you need to &lt;A href="https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token" target="_self"&gt;create a Personal Access Token&lt;/A&gt;. You use this just like a password, but in creating the token you have some control over the permissions and of course you can always revoke it if needed.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 11:05:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Failed-to-authenticate-repository-github/m-p/763474#M241803</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2021-08-24T11:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to authenticate repository github</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Failed-to-authenticate-repository-github/m-p/763550#M241831</link>
      <description>&lt;P&gt;Are those values in quotes supposed to be macro variables? If so it appears that you have a space between the &amp;amp; and the variable name and they won't resolve properly.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 14:53:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Failed-to-authenticate-repository-github/m-p/763550#M241831</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-08-24T14:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to authenticate repository github</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Failed-to-authenticate-repository-github/m-p/763575#M241835</link>
      <description>&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large XcVN5d tw-ta" dir="ltr" data-placeholder="Translation"&gt;&lt;SPAN class="Y2IQFc"&gt;the space in the macro variables was introduced when writing the post but in the program it is correct&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Aug 2021 15:45:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Failed-to-authenticate-repository-github/m-p/763575#M241835</guid>
      <dc:creator>dipand</dc:creator>
      <dc:date>2021-08-24T15:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to authenticate repository github</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Failed-to-authenticate-repository-github/m-p/763919#M241939</link>
      <description>&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large XcVN5d tw-ta" dir="ltr" data-placeholder="Translation"&gt;&lt;SPAN class="Y2IQFc"&gt;Hello,
I don't have the active double authentication on github, I can't understand the reason for the error.&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Aug 2021 17:11:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Failed-to-authenticate-repository-github/m-p/763919#M241939</guid>
      <dc:creator>dipand</dc:creator>
      <dc:date>2021-08-25T17:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to authenticate repository github</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Failed-to-authenticate-repository-github/m-p/764398#M242126</link>
      <description>&lt;P&gt;thanks, i resolved followed this guide:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token" target="_blank"&gt;https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 06:01:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Failed-to-authenticate-repository-github/m-p/764398#M242126</guid>
      <dc:creator>dipand</dc:creator>
      <dc:date>2021-08-27T06:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to authenticate repository github</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Failed-to-authenticate-repository-github/m-p/766564#M242953</link>
      <description>&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large XcVN5d tw-ta" dir="ltr" data-placeholder="Translation"&gt;&lt;SPAN class="Y2IQFc"&gt;Hello,
I need some help. The problem reported in recent weeks has been resolved. For a few days when I try to push the folder on github from sas I get this error message:
"
unexpected HTTP status code: 403 "

Any suggestions?&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Sep 2021 12:58:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Failed-to-authenticate-repository-github/m-p/766564#M242953</guid>
      <dc:creator>dipand</dc:creator>
      <dc:date>2021-09-08T12:58:03Z</dc:date>
    </item>
  </channel>
</rss>

