阿里云文档 2025-01-08

本地构建部署示例模板

如果您需要从Git拉取代码,并在单台ECS上完成本地的构建与部署,您可以参见本文档完成本地构建与部署。

阿里云文档 2024-11-08

如何熟练使用git做好代码提交

本文由《Git 权威指南》的作者蒋鑫老师撰写(全文以第一人称分享),介绍了代码提交的最佳实践建议。

文章 2024-06-04 来自:开发者社区

git拉去代码报错"Failed to connect to 127.0.0.1 port 31181: Connection refused"

最近参与了一个新项目,在使用git clone 克隆代码时遇到了一个报错"fatal: unable to access 'https://example.git/': Failed to connect to 127.0.0.1 port 31181: Connection refused",今天就和大家分享下解决过程。 报错详情 在使用git clone 克隆远程仓库的代码时报错"fat...

 git拉去代码报错
文章 2024-04-19 来自:开发者社区

git 拉取代码仓库代码报错(合并错误 refusing to merge unrelated histories)

问题描述 今天同事新建了一个代码仓库,仓库和我现在的仓库不是一个,我需要切换到新的仓库下,但是现在新仓库的代码我现在本地的代码不一致,导致我在拉取新仓库代码是报错 合并错误 refusing to merge unrelated histories,请过查找解决! 解决方案 第一步 因为在idea里面老报错,所以直接进入到项目目录下,鼠标右键...

git 拉取代码仓库代码报错(合并错误 refusing to merge unrelated histories)
文章 2023-11-01 来自:开发者社区

【Git】push代码时候报错,出现fatal: unable to access xxx Recv failure: Connection was reset

git config --global --unset http.proxygit config --global --unset https.proxy配置完成后,可以使用以下命令查看并修改 Git 的配置:git config --global --edit

文章 2023-05-19 来自:开发者社区

Android Git 拉取代码报错:error: cannot pull with rebase: Your index contains uncommitted changes.

造成原因:在使用Android Studio中Git的Commit Directory 将本地更改的代码保存到本地后,点击commit,发现提交不上去,发现本地有代码,这时候拉取代码,报错:cannot pull with rebase: Your index contains uncommitted changes.表示我的索引有未提交的改变解决办法:打开Android Studio的Term....

Android Git 拉取代码报错:error: cannot pull with rebase: Your index contains uncommitted changes.
问答 2020-06-22 来自:开发者社区

Git@OSC上传代码报错?报错

我在http://git.oschina.net/bugeasy/export中,创建了一个项目,然后上传代码, 没有授权,不知道什么原因造成的?

问答 2020-06-22 来自:开发者社区

osc@git在push代码时报错?报错

能pull下来,提交不了代码 fatal: unable to access 'http://git.oschina.net/xiaokaceng/openci-platform.git/': The requested URL returned error: 500 @王振威

问答 2020-06-12 来自:开发者社区

git@osc提交不上去代码?报错

ssh配的,ssh也能连上, push代码就报错 git push -u origin master git@oschina.net's password: Permission denied, please try again. git@oschina.net's password: Permission denied, please try again. git@oschina....

问答 2020-06-09 来自:开发者社区

oschina git代码演示 部署报错?报错

Starting the build Cloning code source from repo hefeng/LC_YJF_NEW on branch:master Cloning into '/tmp/tmpuJvAMx'... Build process was terminated. reason: Failed to open /tmp/tmpuJvAMx/Docke...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

产品推荐

开发与运维

集结各类场景实战经验,助你开发运维畅行无忧

+关注