作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在运行 svn co svn+ssh://
checkout 一个大型存储库。它似乎挂了很长时间没有任何反馈。
svn co svn+ssh://example.com/test test
最佳答案
导出 SVN_SSH
变量为 ssh -v
export SVN_SSH="ssh -v "
svn+ssh://
上显示详细的调试信息查看:
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to example.com port 22.
debug1: Connection established.
...
关于svn - 如何在 SVN checkout SSH 上启用详细或调试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43579853/
我是一名优秀的程序员,十分优秀!