Adding an issue to the Troubleshooting section
This commit is contained in:
@@ -3,3 +3,4 @@ Here are some common git-tfs problems.
|
||||
* [Checkin policy doesn't work](troubleshooting-checkin-policies.md)
|
||||
* [TF400813 error with visualstudio.com](TF400813-error-with-visualstudio.com.md)
|
||||
* [Set custom workspace to bypass errors due to NTFS length path limits of 259 characters](Set-custom-workspace.md)
|
||||
* [TFS has no branches](Tfs-has-no-branches.md)
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
For those who aren't very familiar with TFS, you may come across a TFS repository whose directories are just Folders, not branches.
|
||||
|
||||
In this case, the command `git tfs list-remote-branches tfs-url` will return the result `No TFS branches were found!`. Similarly, `git tfs clone` will not work.
|
||||
|
||||
To fix this, open Source Control Explorer. Right click on your source folder and select Branching and Merging > Convert to branch.
|
||||
Reference in New Issue
Block a user