网站建设丶金手指花总13大连建设工程信息网去哪里找
news/
2025/10/7 1:56:03/
文章来源:
网站建设丶金手指花总13,大连建设工程信息网去哪里找,网站开发哪便宜,网站建设与管理方向先按照https://zhuanlan.zhihu.com/p/494988089说明下载好Gitblit然后复制到tomcat的webapps目录下,如下: 双击startup.bat启动tomcat: 然后访问http://127.0.0.1:8080/gitblit/即可看到git的界面: 说明git服务器已经能够成功运行了! Vmware虚拟机…先按照https://zhuanlan.zhihu.com/p/494988089说明下载好Gitblit然后复制到tomcat的webapps目录下,如下: 双击startup.bat启动tomcat: 然后访问http://127.0.0.1:8080/gitblit/即可看到git的界面: 说明git服务器已经能够成功运行了! Vmware虚拟机访问window的git服务器 从这里https://blog.csdn.net/weixin_44033210/article/details/122986997得到灵感,关闭掉: 虚拟机这边使用桥接的方式进行联网:
这时候虚拟机就可以访问window的git服务器: 提交代码的时候会遇到ssh错误:
roottina-virtual-machine:/home/workspace/tina-r528-v1.2# git push --set-upstream origin master
Unable to negotiate with 192.168.43.57 port 29418: no matching host key type found. Their offer: ssh-rsa,ssh-dss
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists.
后来实在没办法改远程仓库改成http:
roottina-virtual-machine:/home/workspace/tina-r528-v1.2# git remote show origin
* remote originFetch URL: http://shun192.168.43.57:8080/gitblit/r/R528_Linux.gitPush URL: http://shun192.168.43.57:8080/gitblit/r/R528_Linux.gitHEAD branch: masterRemote branch:master trackedLocal branch configured for git pull:master merges with remote masterLocal ref configured for git push:master pushes to master (up to date)
这时候提交代码就没有问题了:
roottina-virtual-machine:/home/workspace/tina-r528-v1.2# git push --set-upstream origin master
Password for http://shun192.168.43.57:8080:
Enumerating objects: 226298, done.
Counting objects: 100% (226298/226298), done.
Delta compression using up to 4 threads
Compressing objects: 100% (215476/215476), done.
error: RPC failed; curl 7 Couldnt connect to server
send-pack: unexpected disconnect while reading sideband packet
Writing objects: 100% (226298/226298), 5.51 GiB | 14.84 MiB/s, done.
Total 226298 (delta 52759), reused 0 (delta 0), pack-reused 0
fatal: the remote end hung up unexpectedly
Everything up-to-date
roottina-virtual-machine:/home/workspace/tina-r528-v1.2# git push --set-upstream origin master
Password for http://shun192.168.43.57:8080:
Enumerating objects: 226298, done.
Counting objects: 100% (226298/226298), done.
Delta compression using up to 4 threads
Compressing objects: 100% (162714/162714), done.
Writing objects: 100% (226298/226298), 5.51 GiB | 43.50 MiB/s, done.
Total 226298 (delta 52762), reused 226298 (delta 52762), pack-reused 0
remote: Resolving deltas: 100% (52762/52762)
remote: Updating references: 100% (1/1)
To http://192.168.43.57:8080/gitblit/r/R528_Linux.git* [new branch] master - master
Branch master set up to track remote branch master from origin.
注意:因为使用的是桥接模式,这时候必须保证网络是连接的,否则虚拟机没有IP了! 推送成功后可以在git服务器看到代码: 在git的服务器文件夹里面也看到有占用空间了: 说明整个git是正常的!
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/929888.shtml
如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!