Opened 10 years ago
Closed 8 years ago
#40 closed defect (fixed)
Git v2.0.0
Reported by: | Tellie | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | dev tools |
Component: | git | Version: | 2.0 |
Severity: | medium | Keywords: | |
Cc: | dryeo |
Description
Hi
I have probs with git, if i wanne clone a repo i get:
[f:\cmake]git clone https://github.com/martinrotter/rssguard
Cloning into 'rssguard'...
remote: Counting objects: 11236, done.
remote: Compressing objects: 100% (4528/4528), done.
remote: Total 11236 (delta 6681), reused 11048 (delta 6493)
Receiving objects: 100% (11236/11236), 25.01 MiB | 541.00 KiB/s, done.
Resolving deltas: 100% (6681/6681), done.
Checking connectivity... done.
fatal: unable to look up current user in the passwd file: No such file or directory
Unexpected end of command stream
I use Rpm env and Ecs betaII
Change History (8)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
The problem is that the RPM env doesn't actually provide the passwd
environment despite one could guess. The earlier version of git had a workaround for that which I removed during major cleanup. It then worked for me because, I guess, I have the Samba server installed which provides the passwd file and friends.
So the easiest way to make it work for now is to install the Samba server. By doing that and confirming git works you will also prove that my guess is right. Which is also important. Then we will decide what to do. Most likely I will simply restore that passwd workaround.
comment:4 by , 10 years ago
Component: | *none → git |
---|
comment:5 by , 10 years ago
Severity: | → highest |
---|
While I've been using Git for quite a while, both the Bauxite port and now the Bitwise port (thanks for a well done port) without any problems regarding my non-existant passwd file. The other day I cloned the Firefox git tree with Windows and copied it to OS/2 via Fat32 thumbdrive and started getting this error with that one repository and a local clone of it. Installing Samba server did fix it but it wasn't something I really wanted to do so it would be nice to supply a dummy passwd file or put the workaround back in.
Thanks
comment:6 by , 10 years ago
Cc: | added |
---|---|
Severity: | highest → medium |
comment:7 by , 9 years ago
Milestone: | → dev tools |
---|
comment:8 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
for this we have a new tool called kLIBCum. yum install kLIBCum.
this is slimm and creates exactly whats needed.
Hi,
I try also on my work in a VBox env.
Also Rpm env and latest betaII
I get same results.