腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(216)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
如何将
Git
子模块更新为最新的原始提交?
git
这是一个例子: $ cd fooInitialized empty
Git
repository in /.../foo/.
git
/Cloning into mod... user@host's password:/mod changes; submodul
浏览 3433
提问于2017-12-18
2
回答
远程原点已经存在?
git
、
github
我在GitHub的某个地方有我的项目
git
@github.com:myname/oldrep.
git
。现在我想把我所有的代码都推送到其他位置的一个新的仓库
git
@github.com:newname/newrep.
git
。我用了这个命令: 致命的:远程原点已经存在。
浏览 844
提问于2017-12-20
2
回答
如何将文件从一个
git
仓库移到另一个仓库(而不是克隆)?
git
、
svn
我的
Git
仓库是作为单个SVN仓库的一部分开始的,每个项目都有自己的树,像这样: /tagsproject2/branches然而在
Git
中,每一个项目都是在自己的仓库,今天有人问我一个子目录从移动project2到project1。我做了这样的事情: $ cd project2 $
git
filter-branch --subdirectory-fi
浏览 2571
提问于2017-12-26
2
回答
如何在
Git
中合并特定的提交?
git
、
github
已经知道如何合并所有提交:
git
pull repository maste
git
merge a-good-feature
git
commit -a
git
push"
浏览 377
提问于2017-12-08
2
回答
如何从
Git
中删除无效的远程分支引用?
git
"在我目前的回购中,我有以下输出: * maste remotes/public/maste error: branch 'remotes/public/master' not此外,输出
git</
浏览 1727
提问于2017-12-11
2
回答
git
- 如何从项目中删除
git
跟踪?
git
我想从项目的目录中删除
git
跟踪。什么是正确的方法来做到这一点?我可以做一个shell命令,例如: 从我的项目目录或有办法做到这一点作为一个
git
命令。我使用这个项目来学习
git
,并意识到我在项目的早期就发生了一些错误,包括移动,重命名和删除文件。我想删除所有的
git
跟踪,并开始新的
git
init。
浏览 13886
提问于2017-12-22
0
回答
jenkins 从节点拉取
git
失败bad line length character: Acti?
git
、
github
、
ssh
、
jenkins
、
windows
\.
git
# timeout=10 >
git
.exe config remote.origin.url
git
@192.168.20.164:wujianfen/GameEditor.
git
# timeout=10 Fetching upstream changes from
git
@192.168.20.164:wujianfen/GameEditor.<em
浏览 462
提问于2022-12-20
2
回答
如何如何取消本地的
git
提交?
git
、
github
我想问的问题是,我已经改变了一个文件,例如:自述文件,添加了一个新行“ 这为我的测试线 ”,并保存该文件,然后我发出以下命令 # Changedbut not updated: # (use "
git
checkoutdiscard changes in working directory)
浏览 1038
提问于2017-12-13
2
回答
怎样才能让
git
接受一个自签名的证书?
access
、
git
、
http
"使用
Git
,有没有办法告诉它接受一个自签名的证书? https://the server/
git
.aspx/PocketReferences/, return code 22 fatal:
git
-http-pu
浏览 1214
提问于2017-12-14
2
回答
当我尝试提交时存在gitindex.lock文件,但不能删除该文件
git
当我做“
GIT
提交”时,我得到以下信息: fatal: Unable to create 'project_path/.
git
/index.lock': File exists.但是,当我做的时候ls project_path/.
git
/index.lock意思是文件不存在。对我该做什么有什么想法吗?我也注意到了这个项目_path/.
git
属于root,不确定这是否与我遇到的问题有关。
Git
版本为1.7.5.4
浏览 521
提问于2018-03-26
2
回答
我怎样才能让
git
接受一个自签名的证书?
access
、
git
、
http
使用
Git
,有没有办法告诉它接受一个自签名的证书? https://the server/
git
.aspx/PocketReferences/, return code 22 fatal:
git
-http-push f
浏览 395
提问于2017-12-14
2
回答
git
commit”和“
git
push”有什么区别?
git
"在我认知的
Git
教程中,
git
commit用于存储您所做的更改。 那么
git
push用什么?"
浏览 2597
提问于2017-12-11
2
回答
如何统计
git
仓库中的行数?
git
我如何计算
git
仓库中所有文件中的总行数?
git
ls-files | [cat all these files] | wc -l
浏览 975
提问于2017-12-15
2
回答
error:无法创建'/path/my_project/.
git
/index.lock':文件存在?
git
当我尝试将我的项目树移动到
git
回购时,我仍然得到这个错误信息, fatal: Unable to create '/path/my_proj/.
git
/index.lock': FileIf no
浏览 803
提问于2017-12-18
2
回答
如何取消最后一次提交
git
?
git
怎么能取消我最后一次提交
git
?
git
reset --hard HEAD^"
浏览 793
提问于2017-12-25
1
回答
关于
git
版本回退的问题?
git
版本回退有两个命令
git
reset 和
git
revert,现在想回退到版本库的某一版,在本地执行了
git
reset commitID,回退成功,但是
git
pull后,代码又变为当前版本了,并没有回退成功
浏览 450
提问于2017-11-23
2
回答
GIT
:如何获得我的代码的最新版本?
git
正在使用
Git
1.7.4.1,但是得到了以下错误: $
git
pullM selenium/ant/build.properties ….Please, fix them up in the work tree, and then use '
git
add/rm <file>' as appropriate to mark resolution, or use '
git
commit -a'.
浏览 967
提问于2018-01-19
1
回答
【help】本地ubuntu无法登陆vps?
ubuntu
可是今天我在配
git
服务器,就是添加了
git
用户,设置sudoer,all权限,但是【
git
账户 用
git
clone等操作一直Permission denied 】这个问题我google后,决定修改/etc/ssh/sshf_config想把
git
用户加进去看看,然后重启ssh命令,却是这样:backcolor=white# service ssh restart/backcolor**backcolor- -】然而我
git
依然失败。。。。gs
浏览 596
提问于2016-03-20
1
回答
在cloud studio中不能访问github怎么办?
git
、
github
、
clone
、
cloud
、
服务器
在cloud studio中运行
git
clone https://github.com/reingart/pyfpdf.
git
Cloning into 'pyfpdf'... error: RPC failed; curl 56 GnuTLS recv error (-110): The
浏览 429
提问于2023-09-17
2
回答
如何导入现有的
Git
仓库到另一个?
git
我有一个名为XXX的文件夹中的
Git
仓库,我有第二个
Git
仓库,名为YYY。 |- .
git
YYY |- (project files) |- .
git
浏览 1220
提问于2017-12-21
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券