Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Jonathan
Total activity
10
Last activity
November 20, 2023 01:04
Member since
November 16, 2023 03:46
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
November 20, 2023 01:04
OK, so my colleage updated the credentials settings, and now we're getting a different error:git-lfs/3.4.0 (GitHub; windows amd64; go 1.20.6; git d06d6e9e)git version 2.42.0.windows.2$ git-lfs.exe ...
Community
TeamCity General Topics
Git lfs on our agents stopped working -
0 votes
Created
November 17, 2023 02:04
This seems to be relevant: https://stackoverflow.com/questions/33449967/cannot-run-git-fetch-from-team-city-command-line-build-stepHmm, so maybe I need a credential helper. Gosh it's not obvious.
Community
TeamCity General Topics
Git lfs on our agents stopped working -
0 votes
Edited
November 19, 2023 22:44
OK, it worked for a single build this time. It depends what folder you run git lfs fetch from. It's running on my work computer, so I tested git lfs fetch on repositories I cloned myself. But when ...
Community
TeamCity General Topics
Git lfs on our agents stopped working -
0 votes
Created
November 16, 2023 06:58
Nope, spoke too soon, it still has the same issue:trace git-lfs: creds: git credential fill ("https", "dev.azure.com", "Org/SW/_git/SW")trace git-lfs: exec: git 'credential' 'fill'And then it hangs...
Community
TeamCity General Topics
Git lfs on our agents stopped working -
0 votes
Created
November 16, 2023 06:51
Setting teamcity.git.use.native.ssh to 1 seems to have fixed it! Does that match with your experience of these parameters?
Community
TeamCity General Topics
Git lfs on our agents stopped working -
0 votes
Created
November 16, 2023 05:12
It still hangs at the same line of trace with teamcity.git.use.native.ssh set to false. Hmm. Do I have this parameter name wrong or something else I can tweak? Should I use 0 or 1 instead?
Community
TeamCity General Topics
Git lfs on our agents stopped working -
0 votes
Edited
November 16, 2023 06:57
OK, so we're getting a credentials hang, it seems:22:10:03 14:10:06.238834 trace git-lfs: filepathfilter: accepting "Web/projects.web/deal/actions/UploadRecord"22:10:03 14:10:06.238834 trace gi...
Community
TeamCity General Topics
Git lfs on our agents stopped working -
0 votes
Edited
November 16, 2023 05:42
OK, I figured out the issue with the command line environment variable setting - https://github.com/git-for-windows/git/issues/4694. I'll update with more info soon hopefully.
Community
TeamCity General Topics
Git lfs on our agents stopped working -
0 votes