Hi List,
I just installed and setup a git-scm system on one of our Ubuntu Servers.
At first, everything was working fine but now I'm having issues I can't
fix. Having two clients, *Client A* and *Client B*, this is what I did:
*Server*
$ git fsck
$ git gc
*Client A*
$ git push
Fetching remote heads...
refs/
refs/tags/
refs/heads/
updating 'refs/heads/master'
from 0000000000000000000000000000000000000000
to d88c184835085e5a76b58fd7cb6f96e37d6821ca
sending 12 objects
done
Updating remote server info
To https://[email protected]/git/mavin-repo/mavin-repo.git
dfe89e2..d88c184 master -> master
*Client B*
$ git pull --rebase
error: The requested URL returned error: 401 (curl_result = 22, http_code =
401, sha1 = 4b19e6f290edb6c97bab732c5f3972df5d385319)
error: Unable to find 4b19e6f290edb6c97bab732c5f3972df5d385319 under
https://[email protected]/git/mavin-repo/mavin-repo.git
Cannot obtain needed tree 4b19e6f290edb6c97bab732c5f3972df5d385319
while processing commit 61ae663334202efcee96bb69f3f48247e25f9dac.
error: Fetch failed.
*Server*
$ git update-server-info
*Client B*
$ git pull --rebase
error: The requested URL returned error: 401 (curl_result = 22, http_code =
401, sha1 = 4b19e6f290edb6c97bab732c5f3972df5d385319)
error: Unable to find 4b19e6f290edb6c97bab732c5f3972df5d385319 under
https://[email protected]/git/mavin-repo/mavin-repo.git
Cannot obtain needed tree 4b19e6f290edb6c97bab732c5f3972df5d385319
while processing commit 61ae663334202efcee96bb69f3f48247e25f9dac.
error: Fetch failed.
I think *git update-server-info *isn't executing properly, anyone know how
to fix this issue? Or does the issue even have to do with my apache linked
with git update-server-info?
Thanks,
Mavin
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/git-users/-/74dPz_6WAE0J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/git-users?hl=en.