在我的msysgit版本中,我不能使用进程替换。
cat <(echo 'foo')
sh.exe": cannot make pipe for process substitution: Function not implemented
如果我升级到最新版本的msysgit,它的msys / mingw版本是否能够处理进程替换?
我当前的msysgit版本是1.7.0.2.msysgit.0,而GNU bash是版本3.1.0(3)-release (i686-pc-msys)。
我正尝试在Windows7的GitBash上运行以下命令:
$ git clone https://github.com/myfolder/myrepo
我最终得到了以下消息:
Cloning into 'myrepo'...
fatal: could not read Username for 'https://github.com': No such file or directo
ry
我找到了一些文章,但没有一篇与"cloning"相关
我找到的一些相关文章有:
2)
我在Windows计算机上设置git时遇到问题。我启动了一台CentOS 7的虚拟机作为自己的GIT服务器。每当我尝试从by Windows box连接到它时,我都会在Windows上以客户端的身份运行msysgit。如果我通过SSH连接到CentOS服务器,并使用git@localhost执行相同的命令,那么它会工作得很好。如果我使用另一台计算机,一台linux计算机,并执行图片中所示的步骤,它也可以正常工作。如果我从msysgit通过SSH连接到git@192.168.100.18,它可以工作。它只出现在我的Windows机器上。我已经尝试重新安装msysgit软件。你知道是什么导致了这个
我已经在Windows7上安装了virtualbox和vagrant,我想设置vagrant实例进行开发,但在安装插件时,我得到了这个错误。这是我正在学习的教程。
C:\HashiCorp\Vagrant\devstack
λ vagrant plugin install vagrant-vbguest
The directory where plugins are installed (the Vagrant home directory)
has a space in it. On Windows, there is a bug in Ruby when compiling
plugins