1 先查看是否已经安装了svn

如果没有安装svn则:

~$ svn --version
The program 'svn' is currently not installed. You can install it by typing:
sudo apt-get install subversion

运行sudo 命令 can not resovle host xxx 错误解决方法:

vim /etc/hosts
127.0.0.1 localhost
127.0.0.1 <your hostname>

相关文章:

  • 2021-05-26
  • 2021-08-03
  • 2022-12-23
  • 2022-02-05
  • 2021-12-10
  • 2021-10-03
  • 2021-11-26
猜你喜欢
  • 2022-12-23
  • 2021-08-07
  • 2021-10-16
  • 2021-08-26
  • 2022-12-23
  • 2021-10-08
  • 2021-06-24
相关资源
相似解决方案