<?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>article GitHub Repository Access Fails with &amp;quot;git-upload-pack not permitted&amp;quot; in Talend Studio in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/GitHub-Repository-Access-Fails-with-quot-git-upload-pack-not/ta-p/2524083</link>
    <description>&lt;P&gt;When attempting to connect to a GitHub repository from Talend Studio, encountered an error with the following message:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;"git-upload-pack not permitted on '&lt;A href="https://github.com//.git" target="_blank"&gt;https://github.com//.git&lt;/A&gt;'"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Common Symptoms:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Error:org.eclipse.jgit.api.errors.TransportException&lt;/P&gt;
&lt;P&gt;Message:username or password are not correct&lt;/P&gt;
&lt;P&gt;GitHub Desktop and Git Bash access may still work&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can successfully access other GitHub repositories&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Cause&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;This issue is caused by a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;missing Single Sign-On (SSO) authorization&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on the GitHub Personal Access Token (PAT) being used.&lt;/P&gt;
&lt;P&gt;When a GitHub organization&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;enforces SAML SSO&lt;/STRONG&gt;, all PATs must be explicitly&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;authorized for use by the organization&lt;/STRONG&gt;. If this step is skipped or the organization has changed its SSO enforcement, Git operations like&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;git-upload-pack&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;will be denied — even if the PAT has the correct scopes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;To address the issue, please verify and reauthorize Single Sign-On (SSO) for your GitHub Personal Access Token (PAT) by following these step-by-step instructions:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;&amp;nbsp;Sign in to GitHub&lt;/STRONG&gt;
&lt;OL&gt;
&lt;LI&gt;Go to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://github.com/settings/tokens" target="_blank" rel="noopener"&gt;https://github.com/settings/tokens&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG style="font-family: inherit;"&gt;Locate Your Personal Access Token&amp;nbsp;&lt;/STRONG&gt;
&lt;OL&gt;
&lt;LI&gt;Find the token being used for Talend Studio under&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;"Tokens (classic)"&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG style="font-family: inherit;"&gt;Authorize SSO Access&lt;/STRONG&gt;
&lt;OL&gt;
&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;"Configure SSO"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;next to the PAT&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;A pop-up will appear listing available organizations&lt;/LI&gt;
&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Authorize&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;next to your organization&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG style="font-family: inherit;"&gt;Retry the Git Connection in Talend Studio&lt;/STRONG&gt;
&lt;OL&gt;
&lt;LI&gt;Restart Talend Studio&lt;/LI&gt;
&lt;LI&gt;Re-enter your GitHub username and the PAT as the password when prompted&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;Optional: Test via Git Bash&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Run:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;git clone https://user:PAT@github.com/&amp;lt;org&amp;gt;/&amp;lt;repo&amp;gt;.git&lt;/LI-CODE&gt;
&lt;P&gt;If SSO is not configured, you will receive a message:&lt;/P&gt;
&lt;P&gt;Your organization has enabled or enforced SAML SSO...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Cloud-git-receive-pack-not-permitted-error-while/ta-p/2150437" target="_self"&gt;&lt;SPAN&gt;Qlik Talend Cloud: 'git-receive-pack not permitted' error while creating a project&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Talend Studio" id="qlik_TalendStudio"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;8.0.1&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 14 Jul 2025 02:31:38 GMT</pubDate>
    <dc:creator>Kelly_Goon</dc:creator>
    <dc:date>2025-07-14T02:31:38Z</dc:date>
    <item>
      <title>GitHub Repository Access Fails with "git-upload-pack not permitted" in Talend Studio</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/GitHub-Repository-Access-Fails-with-quot-git-upload-pack-not/ta-p/2524083</link>
      <description>&lt;P&gt;When attempting to connect to a GitHub repository from Talend Studio, encountered an error with the following message:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;"git-upload-pack not permitted on '&lt;A href="https://github.com//.git" target="_blank"&gt;https://github.com//.git&lt;/A&gt;'"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Common Symptoms:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Error:org.eclipse.jgit.api.errors.TransportException&lt;/P&gt;
&lt;P&gt;Message:username or password are not correct&lt;/P&gt;
&lt;P&gt;GitHub Desktop and Git Bash access may still work&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can successfully access other GitHub repositories&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Cause&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;This issue is caused by a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;missing Single Sign-On (SSO) authorization&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on the GitHub Personal Access Token (PAT) being used.&lt;/P&gt;
&lt;P&gt;When a GitHub organization&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;enforces SAML SSO&lt;/STRONG&gt;, all PATs must be explicitly&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;authorized for use by the organization&lt;/STRONG&gt;. If this step is skipped or the organization has changed its SSO enforcement, Git operations like&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;git-upload-pack&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;will be denied — even if the PAT has the correct scopes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;To address the issue, please verify and reauthorize Single Sign-On (SSO) for your GitHub Personal Access Token (PAT) by following these step-by-step instructions:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;&amp;nbsp;Sign in to GitHub&lt;/STRONG&gt;
&lt;OL&gt;
&lt;LI&gt;Go to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://github.com/settings/tokens" target="_blank" rel="noopener"&gt;https://github.com/settings/tokens&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG style="font-family: inherit;"&gt;Locate Your Personal Access Token&amp;nbsp;&lt;/STRONG&gt;
&lt;OL&gt;
&lt;LI&gt;Find the token being used for Talend Studio under&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;"Tokens (classic)"&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG style="font-family: inherit;"&gt;Authorize SSO Access&lt;/STRONG&gt;
&lt;OL&gt;
&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;"Configure SSO"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;next to the PAT&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;A pop-up will appear listing available organizations&lt;/LI&gt;
&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Authorize&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;next to your organization&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG style="font-family: inherit;"&gt;Retry the Git Connection in Talend Studio&lt;/STRONG&gt;
&lt;OL&gt;
&lt;LI&gt;Restart Talend Studio&lt;/LI&gt;
&lt;LI&gt;Re-enter your GitHub username and the PAT as the password when prompted&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;Optional: Test via Git Bash&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Run:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;git clone https://user:PAT@github.com/&amp;lt;org&amp;gt;/&amp;lt;repo&amp;gt;.git&lt;/LI-CODE&gt;
&lt;P&gt;If SSO is not configured, you will receive a message:&lt;/P&gt;
&lt;P&gt;Your organization has enabled or enforced SAML SSO...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Cloud-git-receive-pack-not-permitted-error-while/ta-p/2150437" target="_self"&gt;&lt;SPAN&gt;Qlik Talend Cloud: 'git-receive-pack not permitted' error while creating a project&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Talend Studio" id="qlik_TalendStudio"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;8.0.1&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 14 Jul 2025 02:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/GitHub-Repository-Access-Fails-with-quot-git-upload-pack-not/ta-p/2524083</guid>
      <dc:creator>Kelly_Goon</dc:creator>
      <dc:date>2025-07-14T02:31:38Z</dc:date>
    </item>
  </channel>
</rss>

