Loading [MathJax]/jax/output/CommonHTML/config.js
首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >git clone https://github.com/odoo/odoo.git 运行不了?

git clone https://github.com/odoo/odoo.git 运行不了?

提问于 2021-05-08 02:44:19
回答 1关注 0查看 350

回答 1

EatRice

修改于 2021-05-10 07:40:57

您好,是网络限制哦,建议您手动下载zip压缩包

和开发者交流更多问题细节吧,去 写回答
相关文章
git clone出现 fatal: unable to access ‘https://github.com/…’的解决办法(亲测有效)
如下图所示,当我试图克隆别人的repo时,会发生这样的错误,当我从git:/而不是https://,克隆时,它工作得很好。
全栈程序员站长
2022/09/16
33.6K0
git clone出现 fatal: unable to access ‘https://github.com/…’的解决办法(亲测有效)
git clone出现 fatal: unable to access ‘https://github.com/…’的解决办法(亲测有效)
未经允许不得转载:肥猫博客 » git clone出现 fatal: unable to access ‘https://github.com/…’的解决办法(亲测有效)
超级小可爱
2023/02/23
14.9K0
【Git】git clone报错 git fatal: Unable to find remote helper for 'https'
https://stackoverflow.com/questions/8329485/unable-to-find-remote-helper-for-https-during-git-clone
一枚hammer
2021/01/28
2.4K0
Installing Odoo 8 on
This tutorial will walk you through the process of installing the latest version of Odoo on CentOS 6. It is intended for those who might not be experienced Linux administrators but who want to run their own Odoo server. You can simply copy-paste the commands into your terminal or SSH window.
py3study
2020/01/09
1.1K0
注册https://github.com/账号
markgitisc 密码:见duhb文件 邮箱iscp9158_work@163.com,注册成功后,给出下图。
马克java社区
2019/08/14
4.4K0
注册https://github.com/账号
git clone 出错
在 linux 环境下,(我用的是虚拟机 virtualbox,ubuntu 16.04)
全栈程序员站长
2022/09/16
2K0
区别 git clone 与 git pull
是在本地没有版本库的时候,从远程服务器克隆整个版本库到本地,是一个本地从无到有的过程。
全栈程序员站长
2022/09/16
6390
git clone指定分支
Git是代码版本最常用的管理工具,此前也写过一篇介绍Git的基本使用的博客,而本文介绍一个可能在特定场景下能够用到的功能--直接拉取指定分支的内容。
DechinPhy
2022/05/17
2.7K0
git clone 一个 SpringBoot 项目,如何在本地运行?
git clone 一个 SpringBoot 项目,如何在本地运行? 一、导入项目 1、点开Project Structure 2、配置jdk信息 3、创建out文件夹 4、指定src为source
RAIN7
2023/03/20
1.4K0
git clone 一个 SpringBoot 项目,如何在本地运行?
Git clone 超级慢
原命令:git clone -b r1.13.0 https://github.com/tensorflow/models.git 现在替换为:git clone -b r1.13.0 https://github.com.cnpmjs.org/tensorflow/models.git 也就是把原 URL 中的 github.com 替换为 github.com.cnpmjs.org,其余保持不变。
全栈程序员站长
2022/09/16
9950
Git clone 超级慢
Git clone报错fatal: unable to access 'https://github.com/letsencrypt/letsencrypt/': SSL connect error
JaneYork
2023/10/11
2110
Git clone报错fatal: unable to access 'https://github.com/letsencrypt/letsencrypt/': SSL connect error
Git教程 git pull 和 git clone的区别
网上看好多人解释pull和clone的区别,说什么pull是更新本地代码,clone是本地从无到有的过程,但有一点没提到,恰好我今天又犯了这个问题,因为我原来都是直接从远程仓库pull,今天突然发现发现pull不能用,clone才生效,我才意识到这个问题。决定记录一下。
全栈程序员站长
2022/09/16
3.1K0
Git教程 git pull 和 git clone的区别
不用代理加速git clone
Github不仅是全球最大的同性交友平台,还是一个巨大的代码库,包含个各种优秀的项目,对于爱学习的你,就忍不住想把源码下载下来,进行仔细研读一番。当敲下git clone的时候就开始漫长的等待。不管你是100M还是200M的光纤,速度永远是几十KB,这和百度云有点像。当然没有什么是充钱不能解决的,百度云可以这个当然也行。充钱开个代理,就能解决问题。如果你不想充钱那就请往下看吧。
不一样的科技宅
2020/07/07
2K0
git clone配置「建议收藏」
Permission denied (baas,keyboard-interactive,publickey)
全栈程序员站长
2022/09/16
9720
git clone配置「建议收藏」
git clone 出错 -- 必看贴
事情是这样的,今天我要给OpenHarmony贡献代码,于是我将项目Fork下来以后,进行clone
徐建国
2022/12/05
9870
git clone 出错 -- 必看贴
在CentOS 7上部署Odoo 12
安装CENTOS7.3后我们将从软件集合(SCL)信息库安装Python 3.6软件包。
好派笔记
2021/09/15
2.1K0
IDEA从git上clone项目
首先,先把本地的git配置好。打开IDEA中setting,在Version Control中找到Git,并配置git.exe路径(Git安装目录\bin\git.exe)。 从Git上Clone项目
兮动人
2021/06/11
9270
IDEA从git上clone项目
git clone 指定分支 拉代码
命令中:多了一个 -b dev-jk,这个dev_jk就是分支,http://10.1.1.11/service/tmall -service.git为源码的仓库地址
全栈程序员站长
2022/09/02
9310
git clone过慢解决方案
本帖内容已经过于陈旧,可以移步玩转Microsoft Edge,使用里面的Tampermonkey插件安装教程,安装github增强脚本,使用github镜像站地址来clone。
Akilar
2021/06/11
9670
解决 error: failed to push some refs to ‘https://github.com/
把远程库中的更新合并到本地库中,–-rebase的作用是取消掉本地库中刚刚的commit,并把他们接到更新后的版本库之中。然后再进行push即可。
timerring
2022/10/31
2.2K0
解决 error: failed to push some refs to ‘https://github.com/

相似问题

demo 运行不了?

3229

Git clone 超时如何解决?

086

git clone提示fatal如何解决?

1637

git上的示例跑不了?

1238

git clone 提示 Permission denied, please try again?

11.8K
相关问答用户
新浪微博 | 高级总监擅长4个领域
擅长5个领域
某公司 | 程序员擅长1个领域
添加站长 进交流群

领取专属 10元无门槛券

AI混元助手 在线答疑

扫码加入开发者社群
关注 腾讯云开发者公众号

洞察 腾讯核心技术

剖析业界实践案例

扫码关注腾讯云开发者公众号
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档