Hi there,
a couple of tests started to fail recently with the following error on both macOS and Linux:
fatal: unknown value for config 'protocol.version': 2
After logging git config protocol.version
to the console, I can confirm you are using the version 2
.
Is this a recent change? How can I disable it, or set back to the default 0
? We are testing Git functionality, and this causes issues.
Thank you!
Edit : here is the PR with the change: https://github.com/travis-ci/travis-build/pull/1659
I’m going to resolve this as a duplicate of
My environment is as follows:
language: objective-c
osx_image: xcode10.1
~/Library/Logs/scan/MyApp.log
I’m using fastlane and this is the fastlane scan log.
/bin/sh -c /Users/travis/Library/Developer/Xcode/DerivedData/MyApp-bhautcgmwfkvfigchtwqqwjosuwi/Build/Intermediates.noindex/MyApp.build/Staging-iphonesimulator/MyApp.build/Script-FD5D11F2208D6019001687FC.sh
*** Fetching TagListView
A shell task (/usr/bin/env git fetch --prune --quiet https://b4dbac396898493bdaa671908a266a0e13e3567b@github…
Thanks for the quick response!
Can you please answer my question before resolving it as a duplicate? Yes, both tickets describe the same problem but I would like to know if there was a change on your side or not?
By the way, the original issue does not contain any info about my question either:
Got to fail these days suddenly and I have no idea what was changed in your environment.