<?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 Connecting Studio to GitHub Repo in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Connecting-Studio-to-GitHub-Repo/m-p/684812#M9389</link>
    <description>&lt;P&gt;I have created a profile in Studio for GitHub, and have attempted to use this profile when attempting to add a path to a repo.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I added my public key to my GitHub.&amp;nbsp; When creating the repo path in Studio I tried using both the https and ssh paths and both of them fail.&amp;nbsp; I get this message when trying to save the https path:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDV_0-1600378385139.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49516i5E2F788E874A1A55/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SDV_0-1600378385139.png" alt="SDV_0-1600378385139.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and this error when I use the ssh path:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDV_1-1600378436903.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49517i07FBF704468C245F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SDV_1-1600378436903.png" alt="SDV_1-1600378436903.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I can connect to the repo in EG.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 21:34:54 GMT</pubDate>
    <dc:creator>SDV</dc:creator>
    <dc:date>2020-09-17T21:34:54Z</dc:date>
    <item>
      <title>Connecting Studio to GitHub Repo</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Connecting-Studio-to-GitHub-Repo/m-p/684812#M9389</link>
      <description>&lt;P&gt;I have created a profile in Studio for GitHub, and have attempted to use this profile when attempting to add a path to a repo.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I added my public key to my GitHub.&amp;nbsp; When creating the repo path in Studio I tried using both the https and ssh paths and both of them fail.&amp;nbsp; I get this message when trying to save the https path:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDV_0-1600378385139.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49516i5E2F788E874A1A55/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SDV_0-1600378385139.png" alt="SDV_0-1600378385139.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and this error when I use the ssh path:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDV_1-1600378436903.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49517i07FBF704468C245F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SDV_1-1600378436903.png" alt="SDV_1-1600378436903.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I can connect to the repo in EG.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 21:34:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Connecting-Studio-to-GitHub-Repo/m-p/684812#M9389</guid>
      <dc:creator>SDV</dc:creator>
      <dc:date>2020-09-17T21:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting Studio to GitHub Repo</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Connecting-Studio-to-GitHub-Repo/m-p/686175#M9398</link>
      <description>&lt;P&gt;I found out how to turn on the option to have Studio allow you to use HTTPS to connect to the remote repository.&amp;nbsp; I am now able to connect to the remote repository.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI - You have to edit:&amp;nbsp;&lt;/P&gt;
&lt;P data-renderer-start-pos="319"&gt;C:\Program Files\SASHome\SASStudio&amp;lt;studio_type&amp;gt;\&amp;lt;version&amp;gt;\war\config.properties&lt;/P&gt;
&lt;UL class="ak-ul"&gt;
&lt;LI&gt;
&lt;P data-renderer-start-pos="418"&gt;&amp;lt;studio_type&amp;gt;: SingleUser, Basic, Enterprise*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (* Enterprise value not verified)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P data-renderer-start-pos="468"&gt;&amp;lt;version&amp;gt;: SAS Studio version number (example: 3.81)&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Set webdms.showGitPassword=true&lt;/P&gt;
&lt;P&gt;Restart Studio Server&lt;/P&gt;
&lt;P&gt;Then you will have an option when creating a Git Profile to use HTTPS&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 19:10:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Connecting-Studio-to-GitHub-Repo/m-p/686175#M9398</guid>
      <dc:creator>SDV</dc:creator>
      <dc:date>2020-09-23T19:10:35Z</dc:date>
    </item>
  </channel>
</rss>

