随笔分类 -  Git

Git拉取代码失败,报SSL certificate的错误
摘要:Git拉取代码失败,报SSL certificate的错误 fatal: unable to access '******': SSL certificate problem: unable to get local issuer certificate 原因:是防火墙禁止了 解决办法(Win10) 阅读全文

posted @ 2022-02-07 11:22 张缤分 阅读(550) 评论(0) 推荐(0) 编辑

git仓库过大致使clone失败的解决方法
摘要:出处:https://www.shangmayuan.com/a/3d0c1215120148cfb4c7f9c2.html 码云上,因为仓库分支过多,提交历史超过了1G,直接clone会报错:git fatal: early EOFweb fatal: the remote end hung up 阅读全文

posted @ 2021-11-09 11:43 张缤分 阅读(1374) 评论(0) 推荐(0) 编辑

git命令合并分支代码
摘要:对于复杂的系统,我们可能要开好几个分支来开发,那么怎样使用git合并分支呢? 合并步骤:1、进入要合并的分支(如开发分支合并到master,则进入master目录)git checkout mastergit pull 2、查看所有分支是否都pull下来了git branch -a 3、使用merg 阅读全文

posted @ 2020-11-16 13:44 张缤分 阅读(229) 评论(0) 推荐(0) 编辑

[Git] 拉开发分支的代码报错
摘要:Git拉开发分支的代码报错: fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed 解决办法: 阅读全文

posted @ 2019-04-23 09:48 张缤分 阅读(256) 评论(0) 推荐(0) 编辑

[Jenkins Git] 在Jenkins上拉代码总是失败,跑去本地看,提示输入用户名和密码,但是Jenkins上已经配置了正确的用户名和密码
摘要:git config --global credential.helper manager 阅读全文

posted @ 2019-04-16 10:56 张缤分 阅读(929) 评论(0) 推荐(0) 编辑

Git 初始状操作指引
摘要:You have an empty repositoryTo get started you will need to run these commands in your terminal.New to Git? Learn the basic Git commandsConfigure Git ... 阅读全文

posted @ 2014-05-23 11:38 张缤分 阅读(395) 评论(0) 推荐(0) 编辑

5. Import the project download from Git
摘要:1.Recover eclipse projectCopy .project from other project(You can new a project first in eclipse. Then copy its “.project” file into our projects), remember to replace project name with current name in .project2.Import the project into the Spring Tool Suite.And now, you can import your project into 阅读全文

posted @ 2014-03-26 12:38 张缤分 阅读(270) 评论(0) 推荐(0) 编辑

2. Get the codes from GIT
摘要:Clone the code from git.Click the “GitEx Clone”.Paste the url into the “Repository to clone”. You can get the route from git repository from it:https://msstash.companydomainname.com/ .Find the project which you want to download and then click the “Clone” button and copy the url.Then the codes have b 阅读全文

posted @ 2014-03-25 17:51 张缤分 阅读(164) 评论(0) 推荐(0) 编辑

1. Install Git and GitExtension
摘要:Install GitStep 1: Run Install GitExtensionStep 1: Run . You will find the following dialogue, then click “Run” button.Step 2: Then click “Next”.Step 3: Choose “Install for all users of this machine”, then click “Next”.Step 4: Choose “Install MsysGit” and “Install KDiff”, then click “Next”.Step 5: Y 阅读全文

posted @ 2014-03-25 17:42 张缤分 阅读(206) 评论(0) 推荐(0) 编辑

[Git]Git的常用命令
摘要:Update:git statusgit diffwqgit commit -am "why update files"git pushAdd:git add .git add --updategit commit -am "why add files"git pushdownload:git cl... 阅读全文

posted @ 2014-03-24 18:00 张缤分 阅读(172) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示