Spider Stomper
Posts: 233
Joined: Saturday, 18th February 2012, 04:40
Can´t seem to update git on W7
I use the following commands to install git+crawl
git clone git://gitorious.org/crawl/crawl.git
cd crawl
git submodule update --init
cd crawl-ref/source
TILES=y
and (usually every 2-3 days) when I try to update with
cd crawl
git pull
cd crawl-ref/source
make TILES=y
the cd crawl command gives me the following response:
bash: cd: crawl: No such file or directory
I don´t recall having this specific problem on the XP. (I use msysgit netinstall version 1.8.1.2)
What am I doing wrong