windows - Adding Git to PATH Variable - Can't find GitHub under AppData/Local -


i following guide here on how add git path variable can use command line (not git bash).

installing git in path github client windows

to quote answer, git supposedly located here

get git url

we need url of git \cmd directory computer. git located here:

c:\users\\appdata\local\github\portablegit_\bin\git.exe

i opened file explorer , went directory c:\users\appdata\local\

under view tab, have hidden items checked. cannot see github folder listed. in search bar, appended github end of directory path , got following message

windows can't find 'c:\users\username\appdata\local\github'. check spelling , try again. 

i'm trying add git environment path variable, can't find git located.

in git bash, able try which git got /bin/git

but i'm not sure how can find put in under environment variable.

doing random search, found git folder located here

c:\programfiles(x86)\git 

but supposed enter path variable? different answer in other question.

just add path command. path add end of windows path.

c:\program files\git\bin\ 

now should able find git.exe typing

git 

Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -