Question

It happened when I was installing Cloud Foundry v2 on Virtual Box

git clone of cf-vagrant-installer was done on windows, then vagrant set up CloudFoundry on ubuntu virtual box and shared there this windows folder. Vagrant can't start Cloud Foundry due to error in subj.

Solution: In my case git converted text from unix style to windows style (LF -> CR+LF). This setting is selected when git is installed. I changed it to keep unix style and it resolved the problem.

Was it helpful?

Solution

Change the setting for Git to use Unix-style line-feeds.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top