今天发现ohmyzsh更新失败了,我特地找了一下原因,下面是更新失败的日志
原创 2022-08-11 17:22:14
3311阅读
自从某个中国互联网的标志性事件后,GitHub的访问和下载也因为技术问题而异常缓慢。 这里介绍一个git clone
原创 2022-12-07 10:02:41
253阅读
fatal: unable to accesshttps://github.com/723-byte/echarts_test.git/’: OpenSSL SSL_read: Connection was reset, errno 10054只需
原创 2023-02-24 11:34:42
543阅读
只需要在命令行中执行git config --global --unset http.proxy git config --global --unset https.proxy
原创 2022-02-21 16:33:36
10000+阅读
als ~ als [$'\n] gup = $'\n print -Pu2 "%F{yellow}[oh-my-zsh] \'%F{red}gup%F{yellow}\' is a deprecated alias, using \'%F{green}gpr%F{yellow}\' instead
原创 4月前
57阅读
https://github.com/ohmyzsh/ohmyzsh
原创 2021-08-01 17:59:52
238阅读
查看装了有哪些shellcat /etc/shells安装zshsudo apt-get install zshchsh -s /bin/zsh # 切换shell安装oh
原创 2021-12-15 09:53:13
238阅读
## 无法访问 ' 错误的解决方法 作为一名经验丰富的开发者,你将会教授一名刚入行的小白如何解决无法访问 ' 的问题。在本文中,我们将按照以下步骤进行介绍: 1. 确认网络连接是否正常 2. 检查是否配置了正确的代理 3. 检查是否设置了正确的Git配置 4. 尝试使用SSH协议访问 5. 检查是否拥有访问权限 ### 1. 确认网络连接是否正常 首先,我们需要确定你的网络连接是否正常。你
原创 2023-09-09 11:20:33
339阅读
fatal: unable to access 'https://github.com/*****.git/': Failed to connect to github.com port 443:
# 解决“fatal: unable to access ' Fail”问题 作为一名经验丰富的开发者,我将引导你解决Git中的错误信息“fatal: unable to access ' Fail”。下面是我为你准备的一份指南,帮助你逐步解决这个问题。 ## 整体流程 首先,我们来看一下整件事情的流程。以下是解决该问题的步骤及各步骤中需要做的事情: ```mermaid journey
原创 2023-09-13 08:49:48
798阅读
git clone下来,https://github.com/ohmyzsh/ohmyzsh.git 修改:REPO和 REMOTE为国内源然后安装 REPO=${REPO:-mirrors/ohmyzsh}REMOTE=${REMOTE:-https://gitee.com/${REPO}.git ...
转载 2021-10-18 10:38:00
381阅读
2评论
git push 出现该错误 产生原因:一般是这是因为服务器的SSL证书没有经过第三方机构的签署,所以
原创 2022-06-28 13:41:45
508阅读
出现错误:unable to access 'https://github.com/xxx/xxx.git: Failed to connect to github.com port 443‘原因是没有输入指定用户名和密码:打开终端,切换到git目录(我的是/home/steven/.git)sudo gedit config把url = https://github.com/xxx/xxx.gi
原创 2023-03-05 06:49:53
3481阅读
这几种)...
原创 2022-11-09 13:42:23
322阅读
# 解决 "fatal: unable to access ' Recv" 错误 ## 介绍 在软件开发过程中,我们经常使用版本控制系统来管理代码,其中Git是一个非常流行的版本控制系统。Github作为一个基于Git的托管平台,被广泛用于分享和协作开发。然而,有时我们在使用Git时可能会遇到一些问题,比如在从Github克隆或拉取代码时出现 "fatal: unable to access
原创 2023-09-12 05:40:53
502阅读
Releases · aquasecurity/trivy-db · GitHubversion2:镜像安全扫描工具Trivy深入实践 - 知乎Package trivy-db · GitHub通过国外机器来下载 mkdir db trivy --cache-dir ./db image --download-db-only tar -cf ./db.tar.gz -C ./db/db met
今天整理github,初次使用,很多都不懂,所以遇到了克隆失败的问题,研究了大半天,后来。。。。。 打开Git Bash,克隆已有工程到本地: $ git clone https://github.com/zh-ya-jing/learn_robotium.gitCloning into 'lear
转载 2024-03-26 12:55:07
218阅读
同步环境 系统安装完默认的就是zsh的shell方式,如果不是安装zsh zsh-syntax-highlighting 看插件名称大家就应该能够猜到,他是用于语法高亮提示的,例如如果你安装了jdk,
原创 3月前
78阅读
您遇到的问题可能是网络问题或与`git`配置有关。以下是一些建议的解决步骤: 1. **检查网络连接**:确保您的服务器/计算机可以正常访问外部网站。您可以尝试使用`ping`或`curl`来检查网络连接。   ```bash   ping github.com   ``` 2. **使用HTTP代替HTTPS**:尝试使用HTTP代替HTTPS来克隆仓库。
原创 2023-11-06 10:01:05
221阅读
# 解决 "yarn unable to access ' Failed t" 问题指南 作为一名经验丰富的开发者,我将向你解释如何解决 "yarn unable to access ' Failed t" 的问题。我们将按照以下流程进行操作: ```mermaid journey title 解决 "yarn unable to access ' Failed t" 问题 s
原创 2023-08-19 07:16:53
302阅读
  • 1
  • 2
  • 3
  • 4
  • 5