Commit Graph

12 Commits

Author SHA1 Message Date
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
risk danger olson
2473068345 rename errutil to errors 2016-08-18 14:20:33 -06:00
Taylor Blau
ca28d936cb api,transfer: inject custom *config.Configuration throughout 2016-08-10 11:33:48 -06:00
Taylor Blau
075fc1ec0b api,lfs: eradicate usage of config.Config, SetEnv 2016-08-09 13:19:09 -06:00
risk danger olson
74da40ac17 merge conflict 2016-07-27 15:54:41 -06:00
risk danger olson
b9c5a108d9 replace config.Config references in httputil 2016-07-21 18:07:23 -06:00
risk danger olson
2aa05699f1 remove config.Config references in auth pkg 2016-07-21 17:13:05 -06:00
risk danger olson
325c673de0 Skip sending the transfers key if custom transfer adapters are disabled 2016-07-21 14:40:51 -06:00
Steve Streeting
c5c2a756c7 Keep batch structures private, simplify adapter creation 2016-06-02 12:11:45 +01:00
Steve Streeting
f8cc589b9d Add transfer adapter negotiation to batch api request / response 2016-06-02 10:05:02 +01:00
Taylor Blau
ecdba8d8bd api: un-vendor dependencies 2016-05-24 09:29:58 -06:00
Taylor Blau
91c1b2d360 api: introduce client, lifecycle and response types
- rename client to v1, v2_client to client
2016-05-24 09:27:14 -06:00