Jump to content

Recommended Posts

Posted

Hi,

Got a little problem using Git Bash to creat an Auction House.

I'v got to launch Git Bash by right clic on a temporaly folder in C:/

The problem is that right clic on a folder doesn't give a thread to Git Bash.

I have option to Tortoise or SVN but not to Git Bash.

So I created the ahbot_patch out of C:/ and manualy transported it in C:/

Unfortunatly Git Bash doesn't find the patch when I have to "git apply Addon/AHBot/ahbot.patch"

Question is:

Is there a special way to launch Git Bash other than right clic for this to work?

Could it work if I put Git Bash in the folder befor launching it?

Eventually is there another way, whithout Git Bash, to apply this patch once it is created?

Thanks!

Posted
right clic on a folder doesn't give a thread to Git Bash.

just reinstall git, maybe with a clean deinstall and make sure to add either the points at the installation "Git Bash here" usw. or to install the git cheetah ext also available at the installation.

So I created the ahbot_patch out of C:/ and manualy transported it in C:/

Maybe a better description is needed cause C./ == C:/ ^^

Unfortunatly Git Bash doesn't find the patch when I have to "git apply Addon/AHBot/ahbot.patch"

first make sure you are in the right folder with git bash, i dunno how you open git bash now.

Is there a special way to launch Git Bash other than right clic for this to work?

a "special" way is just another way to get it working. _IF_ you added git bash to your PATH (win32 related) then you can simply "Windowskey + R" --> "cmd" then you got a cmd which is targeted to your desktop by default. Then you can just type "git" and you then you will be in the git shell then you can cd to your folder you would like.

_IF_ not then go to your installed programs (C:/Program Files [German: C:/Programme]) and there go to your git (C:\\Program Files\\Git). There you can open a git bash via the symbolic link, also you can add it at your desktop.

if you open it in the git folder oder somewhere else with the symbolic link you will see : ~ as your target. This is your own users folder and you just have to cd to your folders.

Also with direct cds your are maybe faster

cd "/c/Windows/system/"

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use