-
Suggestion
-
Resolution: Fixed
Hi everyone,
Git LFS file locking is supported starting from Bitbucket Server 6.3.
Details on locking and unlocking feature is here - Working with Git LFS Files.
Anton Genkin
Product Manager - Bitbucket Server
Original description is below:
The Git LFS 2.0 client has been released and supports the new Git LFS File Locking API. Bitbucket Server currently (as at version 4.14) does not support this API.
The Git LFS client, upon attempting to lock a file will report the server does not implement the locking API:
$ git lfs lock galaxy1.jpg Lock failed: Not Implemented: https://user@bitbucket.example.com/scm/myproject/lfstest.git/info/lfs/locks
SSH Caveat:
Where an SSH remote is used the error message indicating "lock failed" will be different, it will report as an "Authorization error" as below:
Lock failed: Authorization error: https://bitbucket.example.com/scm/myproject/lfstest.git/info/lfs/locks Check that you have proper access to the repository
The reason for this is, when authenticating via SSH a JWT authentication token is returned, for use on the Git LFS HTTP based APIs. While the token is valid for accessing the Batch API (for example to upload a file) it is not valid for the (non existent) /info/lfs/locks API.
- is duplicated by
-
BSERV-9633 Support for Locking feature of Git LFS
- Closed
- is related to
-
BSERV-11059 Ensure HTTP status 404 is returned on Locking API
-
- Closed
-
- was split from
-
BSERV-9621 Add support of Git LFS 2.0
- Closed
- mentioned in
-
Page Failed to load
-
Page Failed to load
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
Form Name |
---|
We keep on gradually improving git LFS file locking feature. In Bitbucket Server 6.4 we started to show lock icons against filenames on Source view and Source listing pages to help you spot locked files easier.
Source listing:
Source view:
To learn more about new features in Bitbucket Server 6.4 visit Release notes.
Cheers,
Anton Genkin
Product Manager Bitbucket Server