You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a problem to make new clone.
warning: templates not found C:\Program Files\Git\share\git-core\templates
error: pack-objects died of signal 9
error: git upload-pack: git-pack-objects died with error.
fatal: git upload-pack: aborting due to possible repository corruption on the remote side.
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
what can i do?
using windows7
source tree ver. 1.9..1
I can mane new clone from one server(A) but I have problem another server(b)
and I could fetch B at this A account
these server managing same company
I hope somebody advice me
thanks
http://stackoverflow.com/questions/4826639/repack-of-git-repository-fails
Chances are the server hosting your repository is running out of memory. If you do some google searches for "git clone error: pack-objects died of signal 9" you'll find articles like the one above that describe some things you can do to get around the memory issue.
If those work, you could also request for the memory on those servers to be increased, or switch to a professional hosting service (github or bitbucket, for example).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have got the same problem when I try to make this instruction : git pull
error: merge-base died of signal 9
error: fetch died of signal 9
How did you solve the problem please
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.