-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception in PerformPreProcessingSteps for 'TeamCity' #99
Comments
@henning-me LibGit2Sharp doesn't currently support ssh. See #38 (comment) and libgit2/libgit2sharp#255 for more information about this lack of feature |
Thanks for the fast reply. I work around that (no support for ssh) issue by adding the build-step with pull master etc. and wonder if i can disable the (in this case no longer needed?) NormalizeGitDirectory step in GitVersion other then by forking and creating "my own package with this line commented out"? |
i used to have exactly the same problem - we use ssh to connect to GH. |
git:// read-only protocol is indeed supported, such as http(s) |
Closing, this is now in https://github.com/Particular/GitVersion/wiki/FAQ |
Hi,
i am testing GitVersion on TeamCity. My repo is connected via ssh ([email protected]:repo.name)
I have enabled Agent-Checkout (working) and
added the powershell-build-step with git pull master etc. from your readme.md (works, but only when agent is running under my account, not under SYSTEM-service).
So far so good... i get the following Exception with Version 0.20.0 (and previous versions). The Exception occurs in GitHelper.NormalizeGitDirectory(gitDirectory);
When commented out and and compiled to my own version everything works, the Build-Numbers are as expected...
Is this part really necessary or could you remove it in case the pull master-branch operation is already processed?
Thanks,
Henning
The text was updated successfully, but these errors were encountered: