can't download github project with curl command

前端 未结 3 1241
故里飘歌
故里飘歌 2021-01-31 09:04

I used \"curl -sO\" command to download project files from this GitHub project link: http://github.com/ziyaddin/xampp/archive/master.zip

but, I couldn\'t download. There

3条回答
  •  南笙
    南笙 (楼主)
    2021-01-31 10:09

    curl -L -O https://github.com/ziyaddin/xampp/archive/master.zip
    
    • you must use https://
    • you must use -L to follow redirects

提交回复
热议问题