Opened 10 years ago
Last modified 8 years ago
#37 closed task
git: Make version 2.1.0 build — at Initial Version
Reported by: | dmik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | dev tools |
Component: | git | Version: | |
Severity: | low | Keywords: | |
Cc: |
Description
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).