git-tfs
git-tfs copied to clipboard
A Git/TFS bridge, similar to git-svn
Is there any support for logging in to environments with PAT? We have a tenant that has full MFA enforcement and login with user name/password is not supported.
Forgive me, I have inherited a TFS server and am attempting to migrate to Github. I am somewhat familiar with Git but less so with TFS. I have followed guidance...
I have version built from git. I have VS 2022. I also loaded hive to regedit.exe following instruction here https://github.com/git-tfs/git-tfs/blob/master/doc/troubleshooting-checkin-policies.md The error is the following ``` StructureMap.StructureMapException: StructureMap Exception Code:...
Proof of concept to allow authentication via PAT (Personal Access Token). To test, set the environment variable GITTFS_PAT Remove TFS2008 support, as this causes issues with supporting authentication via PAT.
If the "up to changeset" value turns out to be too high I want to be able to abort the fetch at any time without just killing the process. Placing...
Version used: GitTfs-0.32.0.zip Visual Studio 2019 installed I've just started with git-tfs, and (after some initial try-and-error) was able to get a working git repo with `git tfs clone https://dev.azure.com/xxx...
Per the [documentation](https://github.com/git-tfs/git-tfs/blob/master/doc/commands/clone.md#set-a-custom-tfs-workspace-directory ) and [here](https://github.com/git-tfs/git-tfs/blob/master/doc/Set-custom-workspace.md), there is a file system limitation that any file in the working directory must be less than 259 characters. One possible workaround is to...
Hi. I'm using the latest version of git tfs on wind1. I'm trying to clone all the repos from an old tfs server. Most of them seem to have copied...
I am trying to migrate a TFS project over to git. The Git-TFS clone command will stop retrieving changesets from TFS if it encounters a changeset that only contains a...
These changes will allow the user to take of various TFS authentication mechanisms: - If --pat (Personal Access Token) is passed, then the PAT will be passed to the server....