<?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 EG error: Cannot stage file. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-error-Cannot-stage-file/m-p/883154#M43243</link>
    <description>&lt;P&gt;Dear Community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EG's git integration is a nice thing. But at times you encounter really bizaar problems.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trying to stage a certain file (problem is limited to that very file) I get "Cannot stage file." as an error message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I know that git can get confused at times and one of the solutions proposed is to delete the cached version of the culprit. Alas, there is no local git client on the system in question.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I would like to ask in this context:&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Is there any means of diagnosing the problem further being limited to EG and just EG?&lt;/LI&gt;
&lt;LI&gt;Is there any (hidden) method to issue arbritary git commands via EG?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Any opinion/suggestion is apprechiated ...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;FJa&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jun 2023 18:00:33 GMT</pubDate>
    <dc:creator>fja</dc:creator>
    <dc:date>2023-06-30T18:00:33Z</dc:date>
    <item>
      <title>EG error: Cannot stage file.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-error-Cannot-stage-file/m-p/883154#M43243</link>
      <description>&lt;P&gt;Dear Community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EG's git integration is a nice thing. But at times you encounter really bizaar problems.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trying to stage a certain file (problem is limited to that very file) I get "Cannot stage file." as an error message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I know that git can get confused at times and one of the solutions proposed is to delete the cached version of the culprit. Alas, there is no local git client on the system in question.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I would like to ask in this context:&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Is there any means of diagnosing the problem further being limited to EG and just EG?&lt;/LI&gt;
&lt;LI&gt;Is there any (hidden) method to issue arbritary git commands via EG?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Any opinion/suggestion is apprechiated ...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;FJa&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 18:00:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-error-Cannot-stage-file/m-p/883154#M43243</guid>
      <dc:creator>fja</dc:creator>
      <dc:date>2023-06-30T18:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: EG error: Cannot stage file.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-error-Cannot-stage-file/m-p/883292#M43254</link>
      <description>Are you using gitignore in your git project? Do you have empty folders or temporary files in the git project?</description>
      <pubDate>Mon, 03 Jul 2023 08:28:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-error-Cannot-stage-file/m-p/883292#M43254</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2023-07-03T08:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: EG error: Cannot stage file.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-error-Cannot-stage-file/m-p/883302#M43255</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/3492"&gt;@JosvanderVelden&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Are you using gitignore in your git project? Do you have empty folders or temporary files in the git project?&lt;HR /&gt;Hello!&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;yes, i use .gitignore&lt;/P&gt;
&lt;PRE&gt;*.sas7bdat
*.lnk
.gitignore
*.xlsx&lt;/PRE&gt;
&lt;P&gt;and no, there are no empty folders. Would that matter?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 03 Jul 2023 09:59:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-error-Cannot-stage-file/m-p/883302#M43255</guid>
      <dc:creator>fja</dc:creator>
      <dc:date>2023-07-03T09:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: EG error: Cannot stage file.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-error-Cannot-stage-file/m-p/889027#M43450</link>
      <description>&lt;P&gt;I just wanted to share the solution ... maybe it is helpful for others.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not a real solution ... more a reason for the failure. In my case the culprit was a subdirectory named "aux" which causes this Probem under Windows OS ... simply renaming it to auxProgs (and getting the references to it in the egp right) resolved the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suffer from a pretty restricted setup, so I could not have a log in the log files to see if there were any hints in that directions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2023 09:23:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-error-Cannot-stage-file/m-p/889027#M43450</guid>
      <dc:creator>fja</dc:creator>
      <dc:date>2023-08-12T09:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: EG error: Cannot stage file.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-error-Cannot-stage-file/m-p/889047#M43451</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/338236"&gt;@fja&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I just wanted to share the solution ... maybe it is helpful for others.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not a real solution ... more a reason for the failure. In my case the culprit was a subdirectory named "aux" which causes this Probem under Windows OS ... simply renaming it to auxProgs (and getting the references to it in the egp right) resolved the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suffer from a pretty restricted setup, so I could not have a log in the log files to see if there were any hints in that directions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;AUX is a DEVICE name in Windows (actually it is from the original DOS operating system).&lt;/P&gt;
&lt;P&gt;You should avoid using such device names as file (or directory) names.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/DOS" target="_blank"&gt;https://en.wikipedia.org/wiki/DOS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;The reserved names are:&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;BLOCKQUOTE&gt;&lt;CODE&gt;COM1&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;COM2&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;COM3&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;COM4&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;COM5&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;COM6&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;COM7&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;COM8&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;COM9&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(serial communication ports)&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;BLOCKQUOTE&gt;&lt;CODE&gt;CON&lt;/CODE&gt;, for console&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;BLOCKQUOTE&gt;&lt;CODE&gt;LPT1&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;LPT2&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;LPT3&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;LPT4&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;LPT5&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;LPT6&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;LPT7&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;LPT8&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;LPT9&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(line printers)&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;BLOCKQUOTE&gt;&lt;CODE&gt;AUX&lt;/CODE&gt;, for auxiliary&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;BLOCKQUOTE&gt;&lt;CODE&gt;PRN&lt;/CODE&gt;, for printer&lt;SUP id="cite_ref-38" class="reference"&gt;&lt;A href="https://en.wikipedia.org/wiki/DOS#cite_note-38" target="_blank"&gt;[38]&lt;/A&gt;&lt;/SUP&gt;&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;BLOCKQUOTE&gt;&lt;CODE&gt;NUL&lt;/CODE&gt;, for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="Null device" href="https://en.wikipedia.org/wiki/Null_device" target="_blank"&gt;null devices&lt;/A&gt;; added in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="86-DOS" href="https://en.wikipedia.org/wiki/86-DOS" target="_blank"&gt;86-DOS&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;1.10 and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="IBM PC DOS" href="https://en.wikipedia.org/wiki/IBM_PC_DOS" target="_blank"&gt;PC DOS&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;1.0.&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sat, 12 Aug 2023 16:00:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-error-Cannot-stage-file/m-p/889047#M43451</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-08-12T16:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: EG error: Cannot stage file.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-error-Cannot-stage-file/m-p/889091#M43452</link>
      <description>&lt;P&gt;Thank you for compiling this agian, Tom. Of course most of us know this from working with DOS in the 80ies ... but (at least for me) it does come as a surprise that naming directories like that still causes problems nowadays ... and that in a completely different context (i.e. git).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think your well written contribution is a perfect reminder ... let me mark it as a solution for the problem described in the original posting.&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Sun, 13 Aug 2023 08:40:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-error-Cannot-stage-file/m-p/889091#M43452</guid>
      <dc:creator>fja</dc:creator>
      <dc:date>2023-08-13T08:40:08Z</dc:date>
    </item>
  </channel>
</rss>

