1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/lib
Lee Hambley ac8c139294 Support Git authentication over HTTPs.
To use this optionally set one or both of the variables:

    set(:git_http_username, '')
    set(:git_http_password, '')

If using Github OAuth keys, then one needs only set the username to the OAuth
key, the password can be omitted.
2013-06-26 11:30:02 +02:00
..
capistrano Support Git authentication over HTTPs. 2013-06-26 11:30:02 +02:00
Capfile Add default tasks, handle configuration 2013-02-01 17:19:00 +00:00
capistrano.rb Enable printing of a proper stack trace by Rake when we err out 2013-06-24 21:50:33 +02:00