Download binary file from Github using Java

后端 未结 5 1234
北海茫月
北海茫月 2021-01-05 11:12

I\'m trying to download this file (http://github.com/downloads/TheHolyWaffle/ChampionHelper/ChampionHelper-4.jar) with the following method and it doesn\'t seem to work. I\'

5条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-05 11:58

    I could make it work for link template in question

    http://github.com/downloads/Nodeclipse/eclipse-node-ide/CoffeeScriptSet.p2f

    Neither this

    http://cloud.github.com/downloads/Nodeclipse/eclipse-node-ide/CoffeeScriptSet.p2f

    However below is what worked for me

    https://raw.github.com/Nodeclipse/eclipse-node-ide/master/EclipseNodeIDE-0.2.p2f

提交回复
热议问题