源代码代理 版本0.1.0 背景 当源代码代理服务尝试动态获取正确的文件版本时,可以将其与GitLink和Atlassian Stash / Bitbucket Server结合使用,以对来自Visual Studio的请求进行身份验证和重写。 怎么运行的 代理服务将以下格式的相对URL转换: /{projectKey}/{repo}/{untilHash}/{filePath} 到与Stash兼容的网址中: /projects/{projectKey}/repos/{repo}/browse/{filePath}?at={untilHash}&raw projectKey项目密钥。 repo Stash存储库。 untilHash用于查找的提交哈希。 filePath Stash存储库中要检索的文件路径。 它从Stash检索源文件,并将其逐字传递到客户端(通常在调试会话中为V