strongloop / strong-deploy

Deploy nodejs applications
Other
13 stars 3 forks source link

Improve git error messages #30

Closed rmg closed 9 years ago

rmg commented 9 years ago

Original:

$ sl-deploy http://:8777    
Cannot access remote. Does git require authentication?
If authentication is required, credentials should be given in the URL.

New:

$ sl-deploy http://:8777
Cannot access remote. Does git require authentication?
If authentication is required, credentials should be given in the URL.
git: fatal: unable to access 'http://127.0.0.1:8777/default/': Failed to connect to 127.0.0.1 port 8777: Connection refused

I also updated the usage text to clarify the examples.

Connects to #27

sam-github commented 9 years ago

LGTM