gogf / gf

GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.
https://goframe.org
MIT License
11.71k stars 1.59k forks source link

cannot upgrade the CLI on Windows. #2618

Closed iciness closed 1 year ago

iciness commented 1 year ago

gf up -c start upgrading version... start upgrading cli... start downloading "https://github.com/gogf/gf/releases/latest/download/gf_windows_amd64" to "C:\Home\WinAll\CLITools\gf.exe~", it may take some time retrieve Content-Length failed: strconv.Atoi: parsing "": invalid syntax

houseme commented 1 year ago

gf up -c start upgrading version... start upgrading cli... start downloading "https://github.com/gogf/gf/releases/latest/download/gf_windows_amd64" to "C:\Home\WinAll\CLITools\gf.exe~", it may take some time retrieve Content-Length failed: strconv.Atoi: parsing "": invalid syntax

使用管理员权限运行一下试试

iciness commented 1 year ago

gf up -c start upgrading version... start upgrading cli... start downloading "https://github.com/gogf/gf/releases/latest/download/gf_windows_amd64" to "C:\Home\WinAll\CLITools\gf.exe~", it may take some time retrieve Content-Length failed: strconv.Atoi: parsing "": invalid syntax

使用管理员权限运行一下试试

一样的错误,从提示中看,似乎是下载地址有误 应该是https://github.com/gogf/gf/releases/latest/download/gf_windows_amd64.exe 而不是 https://github.com/gogf/gf/releases/latest/download/gf_windows_amd64 缺少.exe

houseme commented 1 year ago

直接使用这个地址下载安装 https://github.com/gogf/gf/releases/download/v2.4.1/gf_windows_amd64.exe

Issues-translate-bot commented 1 year ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Directly use this address to download and install https://github.com/gogf/gf/releases/download/v2.4.1/gf_windows_amd64.exe

iciness commented 1 year ago

直接使用这个地址下载安装 https://github.com/gogf/gf/releases/download/v2.4.1/gf_windows_amd64.exe

嗯,我现在的确是直接下载手动更新的 现在的问题是 gf up -c 这个命令在windows下的下载地址是错误

Issues-translate-bot commented 1 year ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Directly use this address to download and install https://github.com/gogf/gf/releases/download/v2.4.1/gf_windows_amd64.exe

Well, I am indeed directly downloading the manual update now

Issues-translate-bot commented 1 year ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


2621

iciness commented 1 year ago

2621 提交了一个pr

Issues-translate-bot commented 1 year ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


2621 submitted a pr

hailaz commented 1 year ago

fix in: https://github.com/gogf/gf/releases/tag/v2.4.2