Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git command could not be found. Please create an alias or add it to your PATH [duplicate]

After updating github, I am getting these WARNING.

git command could not be found. Please create an alias or add it to your PATH.

Warning: Could not find ssh-agent.

When I am trying any commands, I get error messages.

After searching, I found other people are facing similar problem. Here is the link. But they are suggesting to re-install github.

Is there any other solution expect re-installing github?

like image 504
Mohit Bhansali Avatar asked Jul 09 '13 06:07

Mohit Bhansali


1 Answers

Short version

To fix it

  • close Git Shell
  • open GitHub and let it do some post installation.
  • Open Git Shell again and you should be fixed.

Long version

Just to make sure I follow you, you just did this

  • Open Git Shell
  • You are prompted to update GitHub
  • After the update, Git Shell opens

Now it gives the error

git command could not be found. Please create an alias or add it to your PATH.

Warning: Could not find ssh-agent.

If this is the case, do this

  • Close Git Shell
  • Now open the GitHub application (not Git Shell).

This will say something along the lines of (not sure of the exact version)

GitHub is extracting git..

Let that go through the process and after it is complete, go open Git Shell and it is fixed. Just worked for me at least.

like image 174
Kirk Avatar answered Sep 19 '22 22:09

Kirk