简体   繁体   中英

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. I want to know if there is a way to clone the git repo to my laptop?

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

git clone debian:path/to/your/repo

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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