From cbe4981cd8b68e06b2fe02c674047f232e2c3cc7 Mon Sep 17 00:00:00 2001 From: huyuchengus Date: Fri, 7 Feb 2025 04:31:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E4=BB=BD=E5=8D=9A=E6=96=87=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Gitea代码库中提示repositorycannotberead-121140377.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 CSDN博文备份/Gitea代码库中提示repositorycannotberead-121140377.md diff --git a/CSDN博文备份/Gitea代码库中提示repositorycannotberead-121140377.md b/CSDN博文备份/Gitea代码库中提示repositorycannotberead-121140377.md new file mode 100644 index 0000000..7b93ea1 --- /dev/null +++ b/CSDN博文备份/Gitea代码库中提示repositorycannotberead-121140377.md @@ -0,0 +1 @@ +

错误提示的界面如下。




2025-02-06_14-18-15



问题和解决


这个问题的原因在于我们有一次在对系统进行服务器迁移的时候。


我们的数据库和软件都已经正常恢复了,但是老的代码仓库因为磁盘空间的问题没有拷贝到新的服务器上。


因此只需要把老的仓库拷贝到新服务器上,让程序能够从磁盘上读取文件就可以修复这个问题。


当把代码文件夹从远程拷贝过来后直接刷新。




2025-02-06_14-35-02



可以看到代码正常恢复。


Gitea 代码库中提示 repository cannot be read - 敏捷开发 - iSharkFly

\ No newline at end of file