bdkjones / CodeKit2

CodeKit 2 Beta
97 stars 4 forks source link

Can't Use Codekit to Install Google Web Starter Kit When Using Transmit Disk #524

Open dustinhansen opened 9 years ago

dustinhansen commented 9 years ago

I'm mounting my remote share into OSX Finder via Transmit Disk. It works like a charm. The folder is 100% empty, even empty files. I try using Codekit to install Google's Web Starter Kit and I get the error:

CodeKit could not clone the Web Starter Kit Git repository to your project folder. Make sure the folder is ABSOLUTELY empty. (Even a hidden .DS_Store file will prevent the Git clone from working.) Try these steps to fix the problem:

  1. Be sure you're connected to the Internet.
  2. If you are running any blocking/security apps like Little Snitch or Antivirus software, disable those.
  3. If you have installed Apple's Developer Tools, launch Xcode, accept the license terms and let the installation routine finish.
  4. Make sure your network or firewall is not blocking the default port for git:// URLs, which is 9418. (Corporate networks do this frequently.) Use the "Tasks" menu to switch Git to use https:// URLs instead. 5.Delete the hidden ".cache" directory in your home folder.

Any advice? Codekit's been a part of my workflow for some time, but this could be an issue for us. Are there are least instructions out there for how to manually change the Web Starter Kit to be compatible with Codekit?

bdkjones commented 9 years ago

This sounds like a permissions problem on the folder. Make sure you’ve got full read/write access.

On 24 Feb 2015, at 11:50, Dustin Hansen notifications@github.com wrote:

I'm mounting my remote share into OSX Finder via Transmit Disk. It works like a charm. The folder is 100% empty, even empty files. I try using Codekit to install Google's Web Starter Kit and I get the error:

CodeKit could not clone the Web Starter Kit Git repository to your project folder. Make sure the folder is ABSOLUTELY empty. (Even a hidden .DS_Store file will prevent the Git clone from working.) Try these steps to fix the problem:

Be sure you're connected to the Internet. If you are running any blocking/security apps like Little Snitch or Antivirus software, disable those. If you have installed Apple's Developer Tools, launch Xcode, accept the license terms and let the installation routine finish. Make sure your network or firewall is not blocking the default port for git:// URLs, which is 9418. (Corporate networks do this frequently.) Use the "Tasks" menu to switch Git to use https:// URLs instead. 5.Delete the hidden ".cache" directory in your home folder. -- Any advice? Codekit's been a part of my workflow for some time, but this could be an issue for us. Are there are least instructions out there for how to manually change the Web Starter Kit to be compatible with Codekit?

— Reply to this email directly or view it on GitHub https://github.com/bdkjones/CodeKit/issues/524.

dustinhansen commented 9 years ago

I thought so as well, but I have already chmod'd the mounted folder to 777. It hasn't seemed to make a difference?

bdkjones commented 9 years ago

Does the install proceed correctly when you target a local folder?

On 26 Feb 2015, at 11:26, Dustin Hansen notifications@github.com wrote:

I thought so as well, but I have already chmod'd the mounted folder to 777. It hasn't seemed to make a difference?

— Reply to this email directly or view it on GitHub https://github.com/bdkjones/CodeKit/issues/524#issuecomment-76248896.

dustinhansen commented 9 years ago

Yes, everything works fine when targeting a local folder.

bdkjones commented 9 years ago

Ok. First, do you see any messages logged in Console.app when you attempt to install? Secondly, can you install Foundation into the mounted folder?

On 26 Feb 2015, at 14:04, Dustin Hansen notifications@github.com wrote:

Yes, everything works fine when targeting a local folder.

— Reply to this email directly or view it on GitHub https://github.com/bdkjones/CodeKit/issues/524#issuecomment-76284430.

dustinhansen commented 9 years ago

I'm not seeing anything output to the System Log Queries in Console.app.

Installing Foundation results in the same behavior. The spinner with "Installing Foundation..." just stays displayed and the files/folders on the remote disk remain untouched. Codekit remains operational as it normally is but the install process just hangs.

bdkjones commented 9 years ago

Hi Dustin,

Okay. For now, the workaround is to install in a local folder, then drag the contents to your Transmit-mounted folder.

-Bryan

On 27 Feb 2015, at 10:16, Dustin Hansen notifications@github.com wrote:

I'm not seeing anything output to the System Log Queries in Console.app.

Installing Foundation results in the same behavior. The spinner with "Installing Foundation..." just stays displayed and the files/folders on the remote disk remain untouched. Codekit remains operational as it normally is but the install process just hangs.

— Reply to this email directly or view it on GitHub https://github.com/bdkjones/CodeKit/issues/524#issuecomment-76443842.

dustinhansen commented 9 years ago

Okay. Thanks for the advice!