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 am unable to clone a repo from our productive environment whereas the same repo can be cloned from the test environment. for starters i could not find anything difference in the cofiguration of both envionments.
Please help:.
Production:
git clone http://bitbucket-prod:7990/projects/EWSW-ARCHIVE/repos/pibase.archive/browse
produces following error:
git -c filter.lfs.smudge= -c filter.lfs.required=false -c
diff.mnemonicprefix=false -c core.quotepath=false clone --branch master
ssh://git@bitbucket-prod:7999/ewsw-archive/pibase.archive.git
f:\temp\pibase.archive
Cloning
into 'f:\temp\pibase.archive'...
remote:
aborting due to possible repository corruption on the remote side.
I have tried the folllowing:
7.git config --global pack.window "0"
git config --global pack.windowMemory "100m"
git config --global pack.packSizeLimit "100m"
git config --global pack.threads "1"
8 git clone fails again.
Solution:
git fsck
git repack -adf --window=200 --depth=200
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.