Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用SharePoint设置Git Repo最近签入_Git_Sharepoint_Web Parts - Fatal编程技术网

使用SharePoint设置Git Repo最近签入

使用SharePoint设置Git Repo最近签入,git,sharepoint,web-parts,Git,Sharepoint,Web Parts,我正在尝试将SharePoint中最近签入的web部件连接到我的tfs 2013托管git repo。对于版本控制路径我尝试了: /repoName 结果,TF10125:路径“/repoName”必须以$/开头,并且: $/repoName $/_git/repoName $/collectionName/repoName $/collectionName/pathToRepo/_git/repoName 在版本T的源代码管理中未找到导致“$/somePath”的所有代码

我正在尝试将SharePoint中最近签入的web部件连接到我的tfs 2013托管git repo。对于版本控制路径我尝试了:

/repoName
结果,TF10125:路径“/repoName”必须以$/开头,并且:

$/repoName
$/_git/repoName
$/collectionName/repoName
$/collectionName/pathToRepo/_git/repoName
在版本T的源代码管理中未找到导致“$/somePath”的所有代码