<p>Vous n’avez peut-être pas configuré votre <code>PATH</code> correctement to point at your Git installation.</p>
<p>Vous devez ajouter les chemins suivants à <code>PATH</code> :</p>
<ul>
<li>
<p><code>C:\Program Files\Git\bin</code></p>
</li>
<li>
<p><code>C:\Program Files\Git\cmd</code></p>
</li>
</ul>
<p>Et vérifiez que ces chemins sont corrects. You may have Git installed on a different drive, or under <code>Program Files (x86)</code>. Correct the paths if necessary.</p>
<p>Modifying <code>PATH</code> on Windows 10:</p>
<ul>
<li>
<p>In the Start Menu or taskbar search, search for “environment variable”.</p>
</li>
<li>
<p>Select “Edit the system environment variables”.</p>
</li>
<li>
<p>Click the “Environment Variables” button at the bottom.</p>
</li>
<li>
<p>Double-click the “Path” entry under “System variables”.</p>
</li>
<li>
<p>With the “New” button in the PATH editor, add <code>C:\Program Files\Git\bin</code> and <code>C:\Program Files\Git\cmd</code> to the end of the list.</p>
</li>
<li>
<p>Close and re-open your console.</p>
</li>
</ul>
<p>Modifying <code>PATH</code> on Windows 7:</p>
<ul>
<li>
<p>Right-click “Computer” on the Desktop or Start Menu.</p>
</li>
<li>
<p>Select “Properties”.</p>
</li>
<li>
<p>On the very far left, click the “Advanced system settings” link.</p>
</li>
<li>
<p>Click the “Environment Variables” button at the bottom.</p>
</li>
<li>
<p>Double-click the “Path” entry under “System variables”.</p>
</li>
<li>
<p>At the end of “Variable value”, insert a <code>;</code> if there is not already one, and then <code>C:\Program Files\Git\bin\;C:\Program Files\Git\cmd</code>. Do not put a space between <code>;</code> and the entry.</p>
</li>
<li>
<p>Close and re-open your console.</p>
</li>
</ul>
<p>If these instructions weren’t helpful, feel free to look at some others:</p>
<ul>
<li>
<p><a href="https://www.computerhope.com/issues/ch000549.htm">How to set the path and environment variables in Windows</a> (Computer Hope)</p>
</li>
<li>
<p><a href="https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/">How to edit your system PATH for easy command line access in Windows</a> (How-To Geek)</p>
</li>
<li>
<p><a href="https://www.addictivetips.com/windows-tips/set-path-environment-variables-in-windows-10/">How to set Path environment variables in Windows 10</a> (Addictive Tips)</p>
</li>
<li>
<p>[What are PATH and other environment variables, and how can I set or use them?](<a href="https://superuser.com/questions/284342/what-are-path-and-other-">https://superuser.com/questions/284342/what-are-path-and-other-</a></p>
</li>
</ul>
<p><em>(Réponse tronquée)</em></p>