Note that there are some explanatory texts on larger screens.

plurals
  1. PO'Maybe git-rebase is broken'
    primarykey
    data
    text
    <h2>3rd Update</h2> <p>More information:</p> <ul> <li><p>commands in the git-bash shell work as expected</p> <ul> <li><p>in the git-bash shell, Git\bin\git.exe is called</p></li> <li><p>Git\bin is where sh.exe lives</p></li> </ul></li> <li><p>in PowerShel (or cmd, or tcc), Git\cmd\git.exe is called</p></li> <li><p>even after adding Git\bin to the PATH (after Git\cmd), the scripts don't work</p></li> </ul> <p>Very frustrating...</p> <h2>2nd Update</h2> <p>It appears all the git commands implemented by .exe files work: git-fetch.exe, git-merge.exe, git-push.exe, etc.</p> <p>It appears all the commands implemented as scripts to <em>not</em> work:</p> <pre><code>Git\libexec\git-core\git-pull Git\libexec\git-core\git-rebase </code></pre> <p>etc. So, whatever git.exe is calling to run the <code>libexec\git-core</code> scripts appears to be farkled...</p> <h2>1st update</h2> <p>Here we go again... "git pull" has gone sideways (pretty sure it was working yesterday):</p> <pre><code>I:\Work\bitbucket\PluralSight\proj1 [work2]&gt; git stat On branch work2 nothing to commit, working directory clean I:\Work\bitbucket\PluralSight\proj1 [work2]&gt; git fetch Password for 'https://user@bitbucket.org': I:\Work\bitbucket\PluralSight\proj1 [work2]&gt; git pull *fatal: 'pull' appears to be a git command, but we were not able to execute it. Maybe git-pull is broken?* I:\Work\bitbucket\PluralSight\proj1 [work2]&gt; </code></pre> <p>I have uninstalled/reinstalled msysgit. I get the same results in PowerShell and cmd.exe.</p> <h2>Original Post</h2> <pre><code>[work]&gt; git rebase master fatal: 'rebase' appears to be a git command, but we were not able to execute it. Maybe git-rebase is broken? </code></pre> <p>Just reinstalled mSysGit on Win7x64. The PATH now includes:</p> <pre><code>C:\Program Files (x86)\Git\cmd C:\Program Files (x86)\Git\bin </code></pre> <p>Any ideas on what's going wrong? I searched on GitHub, but didn't find any info there...</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload