Picture of Nick Eastham
Terminal window crashes Explorer window
by Nick Eastham - Thursday, 20 March 2014, 3:39 PM
 

As soon as I open the Terminal Window from my Adapt folder, the folder becomes unresponsive and I can't access any of the files in it.

I'm opening the Terminal Window by right-clicking in the Adapt folder and selecting Git Bash.

Does anyone know why this might be happening? It's making developing a course pretty tricky as I have to open all of the files I need to edit before I run Grunt Server.

Thanks

Picture of Adam Laird
Re: Terminal window crashes Explorer window
by Adam Laird - Friday, 21 March 2014, 10:33 AM
 

not sure why you need to use git bash here. dont you mean to hold shift right click and 'open command window here' in order to run the grunt build/server?

You might find using something like brackets with a command prompt extension.

(basing this on windows 7 as I presume thats what your using?)

Picture of Chris Jones
Re: Terminal window crashes Explorer window
by Chris Jones - Friday, 21 March 2014, 11:21 AM
 

I use Powershell on Windows with posh-git and never get any problems

Adapt will not run anything when you open your shell, so its probably something unrelated in your .bashrc or something...

 

Picture of Nick Eastham
Re: Terminal window crashes Explorer window
by Nick Eastham - Friday, 21 March 2014, 11:23 AM
 

Thanks Adam,

That worked.

I'm new to command line stuff and hadn't realised you could open the 'command window here'.

Cheers,

Nick