我在两台机器(家庭和办公室)上使用Vagrant,我的工作目录存储在Dropbox中。我经常碰到这个问题:
The VirtualBox VM was created with a user that doesn't match the
current user running Vagrant. VirtualBox requires that the same user
be used to manage the VM that was created. Please re-run Vagrant with
that user. This is not a Vagrant issue
在我家里,我创建了一个SSH,并通过创建SSH密钥克隆了存储库。(git@ssh.dev.azure.com:v3/ixo-vx/XXX/XXX.UI)在我到达办公室后,当我启动任何git进程时,我收到如下错误:
ssh: connect to host ssh.dev.azure.com port 22: Connection timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists