问题

# cd .; git clone https://github.com/astaxie/beego /www/project/src/github.com/astaxie/beego
Initialized empty Git repository in /www/project/src/github.com/astaxie/beego/.git/
error:  while accessing https://github.com/astaxie/beego/info/refsfatal: HTTP request failed
package github.com/astaxie/beego: exit status 128

方法

第一,升级git
第二,在github下载源码包放到对应目录
第三,命令修复
git config --global url."git://github.com/astaxie/beego".insteadOf "https://github.com/astaxie/beego"   

Go报错package github.com/astaxie/beego: exit status 128相关推荐

  1. [Go] 解决main.go:5:2: missing go.sum entry for module providing package github.com/astaxie/beego

    当在代码中使用了第三方库 ,但是go.mod中并没有跟着更新的时候 如果直接run或者build就会报这个错误 main.go:5:2: missing go.sum entry for module ...

  2. python下载第三方库的时候报错ERROR: Command errored out with exit status 1: python setup.py egg_info Check the

    python下载第三方库的时候报错ERROR: Command errored out with exit status 1: python setup.py egg_info Check the l ...

  3. ubuntu18.04安装python的mysqlclient==1.4.6报错ERROR Command errored out with exit status 1python setup

    安装python的mysqlclient==1.4.6报错 环境: ubuntu18.04 python 3.7.2 Django 2.2 想要使用Django来操作MySQL,报错: LookupE ...

  4. 安装kerberos报错 error: command 'gcc' failed with exit status 1

    pip install kerberos 报错:error: command 'gcc' failed with exit status 1 安装环境工具 yum install gcc libffi ...

  5. pip install scrpy 报错: command 'gcc' failed with exit status 1

    报错如下: copying src/twisted/words/xish/xpathparser.g -> build/lib.linux-x86_64-2.7/twisted/words/xi ...

  6. Mac os更新系统后安装scrapy报错error: command ‘xcrun‘ failed with exit status 1

    查看报错信息: In file included from src/twisted/test/raiser.c:4: In file included from /Library/Developer/ ...

  7. Python PIP Mysql-python 报错 ERROR: Command errored out with exit status 1: python setup.py egg_info C

    pip install mysql-python 安装Mysql-python时,报错,先看下错误内容: ERROR: Command errored out with exit status 1:c ...

  8. django2.0 在安装mysqlclient 报错ERROR: Command errored out with exit status 1: python setup.py egg_info

    环境:centos7 +  Django2.0 + python3.6 django2.0连接mysql需要安装PyMySQL和mysqlclient pip3 install PyMySQL pip ...

  9. tx2安装包报错error: command ‘aarch64-linux-gnu-gcc‘ failed with exit status 1

    tx2上安装包python-hwinfo,时报错: pip3 install python-hwinfo 错误信息为: error: command 'aarch64-linux-gnu-gcc' f ...

最新文章

  1. SAP MM 工序委外流程初探
  2. kaliLinux下保持匿名
  3. 【Android FFMPEG 开发】FFMPEG 初始化 ( 网络初始化 | 打开音视频 | 查找音视频流 )
  4. 初识jvm-1.Java类的加载机制
  5. github:已经提交并push后再次追加提交
  6. 《算法设计与分析基础》Chapt 2 算法效率分析基础
  7. Express实现路由分发控制、RESTful API
  8. matlab 中 t=0:t:(n-1)t;k=0:n-1,《MATLAB语言与应用》练习题答案
  9. android targetapi版本低,我的Android进阶之旅------Android中高低API版本兼容使用@TargetApi或者@SuppressLint(NewApi)...
  10. 汇编语言---函数调用栈
  11. win7 vmware虚拟机 中 mac系统无法上网
  12. jxl.read.biff.BiffException: Unable to recognize OLE stream解决方法
  13. WebService传输DataSet压缩与解压缩
  14. 数学概念的提出(一) —— 熵的定义式 H(x)=-log2(p(x))
  15. MATLAB绘制对数幅频特性
  16. windows 远程桌面连接(mstsc)删除下拉框的记录
  17. HDU1862 FLY
  18. vue面试常见问题小结
  19. js原生 阿拉伯数字转中文大写 (金额)
  20. 未来两周目标计划---C++ and Disassembly(不积跬步无以至千里,不积小流无以成江海)

热门文章

  1. Spring整合Mongodb,Maven的依赖,Spring配置,MongoDB的公共操作类,使用SpringMVC的Controller进行测试并返回结果的案例
  2. Spring整合了CXF的一个applicationContext.xml的配置文件
  3. 处理字符串_2_遍历字符串里的每个值
  4. caffe基础(7): 命令行解析
  5. Rokid发布YodaOS 并宣布代码开源
  6. Crackme006 - 全新160个CrackMe学习系列(图文|视频|注册机源码)
  7. Workshop | 超高效的设计方法你GET了吗?Design Sprint设计冲刺工作坊
  8. FlyWay简单使用
  9. 代码评审的不可能三角
  10. week04_python函数返回值、作用域