What should be the path to use Ungit with Nitrous IO?

255 Views Asked by At

I'm trying to use Ungit with a github repo I have on a Nitrous box. I'm trying to figure out what the path should be.

For example - my github repo is in located at ~/learn-rails - so in the Ungit 'path' box I put: http://learn-rails-14513.usw1.actionbox.io:\~/learn-rails/ - and got a 'not valid path' error.

Ungit claims to work with cloud computing environments, and see no reason why it wouldn't, but I figure I must be missing something.

You can find the ungit info at https://github.com/FredrikNoren/ungit

1

There are 1 best solutions below

1
On BEST ANSWER

When you run the command ungit in your ~/learnrails/ directory, you will be able to navigate to Preview > Port 8080 to view ungit (as long as ungit is still running in the console). This means that the URL will not include any subfolders within the URL. The preview URL should look closer to this:

http://learn-rails-14513.usw1.actionbox.io:8080

Ensure that you have performed the configuration step within the README to use port 8080, and this will work out.

Note: You may be interested in using tmux as well if you want to keep ungit running after you close the console.