windows上操作git的服务器搭建好了ssh连接登录都可以,
就是使用git的命令之后出现下面的错误,该试的方法都试了,
国外的网站的方法也看了,不管用,不知道是不是哪里的问题没处理到。
git@joky /home/git/test.git
$ git init --bare
/usr/bin/git.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory

Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
题主请提供更多信息, 如
windows的版本,git服务器的软件和版本,git本身的软件和版本, 不然我这边没办法复现你的问题.由错误信息看, 提示缺少动态库文件, 猜测可能是
git软件的安装问题, 可试一下git for windows.原来是你抢了这个名字害我git注册不了这个名字→_→
用Gogs,就一个exe软件,运行就行了