下载github项目的两种方法:通过https或者ssh地址

github的项目可以通过两种地址来clone,通过https或ssh,如:

git clone https://github.com/xmanrui/autoftp
或者

git clone git@github.com:xmanrui/autoftp.git

如何获得https和ssh地址呢?

在浏览器进入github项目,浏览器的地址就是https地址,复制下来再clone即可。也可以通过点击项目页面的clone or download获取https和ssh地址。

       获得https地址,先点击Use HTTPS,在点击右边的箭头拷贝:

   ——》


获得ssh地址,先点击Use SSH,在点击右边的箭头拷贝:

  


    在git-bash中修改访问方式也就是修改remote方式(https或者ssh):

        1. 查看当前的remote方式 git remote -v:


        2.修改为https:

git remote set-url origin https://github.com/xmanrui/autoftp.git

        3.修改为ssh:

git remote set-url origin git@github.com:xmanrui/timerecord.git




  • 4
    点赞
  • 19
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值