Commit Graph

7 Commits

Author SHA1 Message Date
risk danger olson
bba8f3b876 update package imports 2016-11-15 10:01:18 -07:00
Sebastian Schuberth
eb855bad0d Expose the result message in case of an SSH authentication error
Not only expose the error message, but also the result message from
calling SSH which contains details about the cause. At the example of
using the wrong SSH key for authentication, with this the console shows

    download check: exit status 255: Permission denied (publickey).

instead of just

    download check: exit status 255

and the log shows

    trace git-lfs: ssh: download with url failed,
    error: exit status 255, message: Permission denied (publickey).

instead of just

    trace git-lfs: ssh: download attempted with url.
    Error: exit status 255
2016-10-20 14:03:46 +02:00
Taylor Blau
254c11d179 config.etc: remove Getenv utility method 2016-08-10 14:23:03 -06:00
risk danger olson
2aa05699f1 remove config.Config references in auth pkg 2016-07-21 17:13:05 -06:00
Peter Fern
7e46933b12 Implement support for GIT_SSH_COMMAND
Per the spec, `GIT_SSH_COMMAND` takes precedence over `GIT_SSH`.

Fixes #1142
2016-06-03 18:50:42 +10:00
Taylor Blau
4593d0a641 vendor: vendor dependencies in vendor/ using Glide
- script/vendor received an update in order to work with Glide
- import paths have been rewritten to work with GO15VENDOREXPERIMENT
2016-05-23 12:10:35 -06:00
Steve Streeting
8b096333d3 Rename credentials package to auth to reflect more general nature 2016-05-16 15:29:44 +01:00