-
Can you please show me result of
git remote -vin your working directory? Also please paste output ofgit versionandgit lfs version -
For
git remote -v, I've tried it a few different ways, and they all have the same result so far. Here's the latest (wren-gitis defined in my ssh config):$ git remote -v origin ssh://wren-git/bolivia-survey-cover-image (fetch) origin ssh://wren-git/bolivia-survey-cover-image (push) $ git version git version 2.35.1 $ git lfs version git-lfs/3.1.2 (GitHub; darwin amd64; go 1.17.6) -
And I just upgraded git and git-lfs, but still am seeing the same problem.
$ git version git version 2.38.1 $ git lfs version git-lfs/3.2.0 (GitHub; darwin amd64; go 1.18.2) -
Please upgrade to build #3079 to see if it fixes the issue.
-
Yup, that fixed it. Thank you for such a quick response!
-
Previous Value Current Value Open
Closed
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
Not Found
|
Issue Votes (0)
Hi! Thank you for this software. It was very easy to setup, and has everything I've been looking for.
There's just one problem I've run into: I can't push to projects when the repo has a file stored using LFS. It fails locally with
error: failed to push some refs to ssh://server/..., and I get the below error in the server logs (even though I can push and pull for other non-LFS repos, and push/pull the same repo as long as there are no LFS files).Can you help?