forked from git-lfs/git-lfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
force ConcurrentTransfers() to 1 for ntlm
- Loading branch information
1 parent
41db1f9
commit a51a655
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ The Git LFS API uses HTTP Basic Authentication to authorize requests. The | |
credentials can come from the following places: | ||
|
||
1. Specified in the URL: `https://user:[email protected]/user/repo.git/info/lfs`. | ||
This is not recommended for security reasons because it relies on the | ||
This is not recommended for security reasons because it relies on the | ||
credentials living in your local git config. | ||
2. `git-credential` will either retrieve the stored credentials for your Git | ||
host, or ask you to provide them. Successful requests will store the credentials | ||
|
@@ -79,8 +79,7 @@ Invalid LFS operation: "wat" | |
HTTPS is strongly encouraged for all production Git LFS servers. | ||
|
||
If your Git LFS server authenticates with NTLM then you must provide your credentials to `git-credential` | ||
in the form `username:DOMAIN\user password:password`. You must additionally set `ConcurrentTransfers=1` in | ||
your Git config. | ||
in the form `username:DOMAIN\user password:password`. | ||
|
||
### Hypermedia | ||
|
||
|
@@ -116,7 +115,7 @@ Any other response code is treated as an error. | |
|
||
The Storage API is a generic API for directly uploading and downloading objects. | ||
Git LFS servers can offload object storage to cloud services like S3, or | ||
implemented natively in the Git LFS server. The only requirement is that | ||
implemented natively in the Git LFS server. The only requirement is that | ||
hypermedia objects from the Git LFS API return the correct headers so clients | ||
can access the storage API properly. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters