简体   繁体   English

从Debian服务器将git仓库克隆到笔记本电脑

[英]Clone a git repo from a Debian server to laptop

I have a debian server setup in my house with webmin installed and I'm currently using it to develop my apps as a testing server. 我家中有一个安装了Webmin的Debian服务器设置,目前正在使用它来将我的应用程序开发为测试服务器。 I want to know if there is a way to clone the git repo to my laptop? 我想知道是否可以将git repo复制到我的笔记本电脑吗?

我假设您已经配置了与debian服务器的ssh连接Just clone:

git clone debian:path/to/your/repo

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM