<?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: ERROR: Unable to load libgit2 module. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/566791#M34005</link>
    <description>&lt;P&gt;In UNIX, can we execute git command?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try executing git clone, But it asks for password. I don't know which password should be given.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Usually git clone is working using the below command&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;git clone "https://&amp;lt;git token&amp;gt;@&amp;lt;git url&amp;gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jun 2019 06:04:13 GMT</pubDate>
    <dc:creator>chithra</dc:creator>
    <dc:date>2019-06-18T06:04:13Z</dc:date>
    <item>
      <title>ERROR: Unable to load libgit2 module.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/565819#M33974</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to checkout a program from git server to unix server. and i tried via sas using the below program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;version = gitfn_version();&lt;BR /&gt;put version=;&lt;BR /&gt;&lt;BR /&gt;rc = gitfn_clone("git_path",&lt;BR /&gt;"server_path");&lt;BR /&gt;put rc=;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the error -&amp;nbsp;ERROR: Unable to load libgit2 module.&lt;/P&gt;&lt;P&gt;Do i need to configure anything? if so could you please help to solve this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Chithra&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 12:37:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/565819#M33974</guid>
      <dc:creator>chithra</dc:creator>
      <dc:date>2019-06-13T12:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to load libgit2 module.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/565820#M33975</link>
      <description>&lt;P&gt;These functions are quite recent, introduced with SAS 9.4M6.&lt;/P&gt;
&lt;P&gt;Please report your SAS version by posting the log of&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put &amp;amp;SYSVLONG4;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Jun 2019 12:43:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/565820#M33975</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-06-13T12:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to load libgit2 module.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/565830#M33977</link>
      <description>&lt;P&gt;Version=&amp;nbsp;9.04.01M5P09132017&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 13:04:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/565830#M33977</guid>
      <dc:creator>chithra</dc:creator>
      <dc:date>2019-06-13T13:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to load libgit2 module.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/565832#M33978</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/54638"&gt;@chithra&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Version=&amp;nbsp;9.04.01M5P09132017&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which means you have 9.4M5. These functions are not yet implemented in this release. If you want to use them, have your SAS administrator update the system to 9.4M6.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 13:13:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/565832#M33978</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-06-13T13:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to load libgit2 module.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/565834#M33979</link>
      <description>&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;Is it possible to do with UNIX?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 13:18:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/565834#M33979</guid>
      <dc:creator>chithra</dc:creator>
      <dc:date>2019-06-13T13:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to load libgit2 module.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/565839#M33980</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/54638"&gt;@chithra&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank You.&lt;/P&gt;
&lt;P&gt;Is it possible to do with UNIX?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you have XCMD enabled, you can run external commands from your SAS session. Anything you can do from the commandline when loggend on with your SAS user can also be done from the SAS session, using one of the multiple methods (x statement, call system() routine or system() function, filename pipe) SAS provides for this.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 13:27:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/565839#M33980</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-06-13T13:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to load libgit2 module.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/565845#M33981</link>
      <description>&lt;P&gt;yes it is enabled. i can use X command.&lt;/P&gt;&lt;P&gt;Could you please guide me how to clone git code in to unix server via this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chithra&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 13:48:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/565845#M33981</guid>
      <dc:creator>chithra</dc:creator>
      <dc:date>2019-06-13T13:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to load libgit2 module.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/565849#M33982</link>
      <description>&lt;P&gt;I'm no git expert in any way (I know that it exists and that it is a source code control tool, but that's it), but I can show you my preferred way of running external commands:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename oscmd pipe "your_command_goes_here 2&amp;gt;&amp;amp;1";

data _null_;
infile oscmd;
input;
put _infile_;
run;

filename oscmd clear;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;All messages (including messages to stderr, that's what the 2&amp;gt;&amp;amp;1 is for) will appear in the SAS log.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 13:54:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/565849#M33982</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-06-13T13:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to load libgit2 module.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/566791#M34005</link>
      <description>&lt;P&gt;In UNIX, can we execute git command?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try executing git clone, But it asks for password. I don't know which password should be given.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Usually git clone is working using the below command&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;git clone "https://&amp;lt;git token&amp;gt;@&amp;lt;git url&amp;gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 06:04:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/566791#M34005</guid>
      <dc:creator>chithra</dc:creator>
      <dc:date>2019-06-18T06:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to load libgit2 module.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/566800#M34007</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/54638"&gt;@chithra&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;In UNIX, can we execute git command?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I try executing git clone, But it asks for password. I don't know which password should be given.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Usually git clone is working using the below command&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;git clone "https://&amp;lt;git token&amp;gt;@&amp;lt;git url&amp;gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Your git admin will be able to supply such essential information. We can't know your passwords (if we did, you'd be in for a load of pain).&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 07:20:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Unable-to-load-libgit2-module/m-p/566800#M34007</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-06-18T07:20:25Z</dc:date>
    </item>
  </channel>
</rss>

