Hi, I just install bitbucket server, the problem is I can push initial commit but when I want to clone from another pc not show error but no file / folder cloned
remote: Counting objects: 251, done.
remote: Compressing objects: 100% (166/166), done.
remote: Total 251 (delta 37), reused 251 (delta 37)
Receiving objects: 100% (251/251), 5.87 MiB | 0 bytes/s, done.
Resolving deltas: 100% (37/37), done.
The message is done but no files cloned
I had the same Problem.
In the Logs I found this message
WARN [http-nio-7990-exec-7] ????? @O8733Bx377x894x0 2.247.252.24,172.21.0.6 "POST /scm/dm/backend.git/git-upload-pack HTTP/1.1" c.a.util.contentcache.ContentCache 143: Caching has been temporarily disabled because there is not enough free space on /var/atlassian/application-data/bitbucket/caches/scm/143 (4030373888 bytes free)
After extending the partition the git clone works again
Hi Michael,
Great solution, I solved this problem by extending the partition.
Thanks a lot Michael.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey guys.
We had the same problem, but for us it somehow resolved itself on its own. I'm not the one who installed Bitbucket and I don't have admin access, so I cannot check.
But it may very well be possible that the problem was due to low space and someone increased the space in the meantime.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tomas,
Good news, yes maybe same problem. When I got this problem I don't think this is because the storage, because the storage still around 4GB. Michael show the log then I found same warn about not enough free space, then I extend the partition. And the clone command is working again.
Thanks all..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I already can pull but need to init, remote add, fetch then pull. But I still wondering why I cannot clone directly.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Eric.
We seem to be experiencing similar issue with our company's Bitbucket instance.
Have you by any chance found a solution to this yet?
The fetch-then-pull approach seems to work for us as well, but it's not a desirable solution, since other Bitbucket servers seem to be working without issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tomas,
I still not yet get solution for this problem, right now still using fetch then pull. Hope get assist from the expert soon.
Or if you got the solution please let me know
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'll let you know as soon as we find out.
The thing is, we have both testing instance and production instance of Bitbucket and while test works correctly, production doesn't.
This, however wasn't always the case. On Friday (31.8.2018) before noon, even production instance was working correctly. But in the afternoon the issue occurred.
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.