-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
寫下安裝過程踩的坑 並期望作者能整理後更新在readme中 #49
Comments
1.go版本1.13.8沒法用go install,只能go get |
一键安装最新版go |
事实上,3天前不是重要日子,但该情况确实发生了,所以才推断是go版本问题 |
看了你步骤的才安好,感谢! |
强啊,确实可以了 |
我也是按上面的安装了最新的,还提会提示 ossUploadFile() error: bucket name len is between [3-63],now is 0 |
謝謝教學 後依照這篇手動安裝golang-go就以正常使用了 PS:我原本是使用ububtu apt安裝golang-go和golang的版本是go1.18.1 |
使用的是繁體字
如果用戶看不懂在自行翻譯下
我也是寫code的
看到這個專案安裝過程有些不全
所以來補充下
首先
go版本在大部分的linux系統中為go1.13.8 linux/amd64
所以作者提供的go install是無法使用的
所以需要先刪除舊版本
執行下方程式碼
下載安裝包 & 解壓
設置環境變量
退出後輸入以下命令使其生效
為避免重啟後失效,需要修改.bashrc
將以下內容追加到文件末段
確認環境變量是否設置成功
安裝本專案
首次執行需先輸入以下指令產生fake115uploader.json
若要自行產生config檔請輸入以下指令
貼上以下指令後儲存
使用
目前可用指令
此方法也解決了issue中
出现错误:ossUploadFile() error: bucket name len is between [3-63],now is 0
並非海外伺服器問題,而是go版本未更新導致
同一資料夾五萬文件上限問題還是未解決
因為是115官方限制
希望此教程對用戶有幫助
The text was updated successfully, but these errors were encountered: