Opened 10 years ago

Closed 7 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 Changed 10 years ago by Tellie

Hi,

I try also on my work in a VBox env.

Also Rpm env and latest betaII

I get same results.

comment:2 Changed 10 years ago by dmik

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:3 Changed 10 years ago by Tellie

Hi Dimitry,

I install the Samba Server

And now it works :)

Thankz ...

comment:4 Changed 9 years ago by Silvan Scherrer

Component: *nonegit

comment:5 Changed 9 years ago by dryeo

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 Changed 9 years ago by dryeo

Cc: dryeo added
Severity: highestmedium

comment:7 Changed 9 years ago by Silvan Scherrer

Milestone: dev tools

comment:8 Changed 7 years ago by Silvan Scherrer

Resolution: fixed
Status: newclosed

for this we have a new tool called kLIBCum. yum install kLIBCum.
this is slimm and creates exactly whats needed.

Note: See TracTickets for help on using tickets.