c:\Sites\rails_projects\molex_acq>cap deploy
* ←[32m2013-08-02 09:52:59 executing `deploy'←[0m
* ←[32m2013-08-02 09:52:59 executing `deploy:update'←[0m
** transaction: start
* ←[32m2013-08-02 09:52:59 executing `deploy:update_code'←[0m
updating the cached checkout on all servers
←[33mexecuting locally: "git ls-remote http://user...@github.com/username/m
olex_acq.git master"←[0m
Password for 'http://user...@github.com':
←[2;37mcommand finished in 30232ms←[0m
* ←[33mexecuting "if [ -d /home/dean/rails_projects/molex_acq/shared/cached-co
py ]; then cd /home/dean/rails_projects/molex_acq/shared/cached-copy && git fetc
h -q origin && git fetch --tags -q origin && git reset -q --hard dbf5c851f043c14
0678cec5f23b2d0a782b6a509 && git clean -q -d -x -f; else git clone -q -b master
http://user...@github.com/username/molex_acq.git /home/dean/rails_projects/mole
x_acq/shared/cached-copy && cd /home/dean/rails_projects/molex_acq/shared/cached
-copy && git checkout -q -b deploy dbf5c851f043c140678cec5f23b2d0a782b6a509; fi"
←[0m
servers: ["10.24.5.50"]
[10.24.5.50] executing command
** [10.24.5.50 :: err] fatal: could not read Password for 'http://username@gith
ub.com': No such device or address
Password:
←[2;37mcommand finished in 10732ms←[0m
*** [←[34mdeploy:update_code←[0m] ←[34mrolling back←[0m
* ←[33mexecuting "rm -rf /home/dean/rails_projects/molex_acq/releases/20130802
145342; true"←[0m
servers: ["10.24.5.50"]
[10.24.5.50] executing command
←[2;37mcommand finished in 22ms←[0m
failed: "sh -c 'if [ -d /home/dean/rails_projects/molex_acq/shared/cached-copy ]
; then cd /home/dean/rails_projects/molex_acq/shared/cached-copy && git fetch -q
origin && git fetch --tags -q origin && git reset -q --hard dbf5c851f043c140678
cec5f23b2d0a782b6a509 && git clean -q -d -x -f; else git clone -q -b master http
://user...@github.com/username/molex_acq.git /home/dean/rails_projects/molex_ac
q/shared/cached-copy && cd /home/dean/rails_projects/molex_acq/shared/cached-cop
y && git checkout -q -b deploy dbf5c851f043c140678cec5f23b2d0a782b6a509; fi'" on
10.24.5.50
--
--
* You received this message because you are subscribed to the Google Groups "Capistrano" group.
* To post to this group, send email to capis...@googlegroups.com
* To unsubscribe from this group, send email to capistrano+...@googlegroups.com For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
---
You received this message because you are subscribed to the Google Groups "Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email to capistrano+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Try to include your username and password in the URL like this:
git clone https://username:password@github.com/projectname.git