git: Make version 2.1.0 work
Currently, an attempt to build the OS/2 trunk (dmik branch) updated to 2.1.0 succeeds but git clone
of this version fails with the following message:
D:>git clone https://dmik@bitbucket.org/dmik/test.git .
Cloning into '.'...
error: chmod on D:/Coding/git/test/.git/config.lock failed: Permission denied
error: chmod on D:/Coding/git/test/.git/config.lock failed: Permission denied
error: chmod on D:/Coding/git/test/.git/config.lock failed: Permission denied
error: chmod on D:/Coding/git/test/.git/config.lock failed: Permission denied
error: chmod on D:/Coding/git/test/.git/config.lock failed: Permission denied
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
This doesn't happen with 2.0.0 so it must be an upstream change between 2.0.0 ad 2.1.0 (related to lock file handling, apparently).
Change History
(8)
Description: |
modified (diff)
|
Type: |
defect → task
|
Summary: |
git: Make version 2.1.0 build → git: Make version 2.1.0 work
|
Type: |
task → defect
|
Milestone: |
→ dev tools
|
Severity: |
→ low
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Note that the 2.1.0 changes are already on the trunk (see r858).