Giter VIP home page Giter VIP logo

Comments (13)

cyw3 avatar cyw3 commented on May 2, 2024

这是Github对LFS的带宽限制,目前已经重新移除对应工具库的LFS。
麻烦删掉以下目录,然后重试下看看

rm -rf <TCA Client>/data/tools/puppy-tools-config
rm -rf <TCA Client>/data/tools/linux-dart-sdk-v2.7.2

from codeanalysis.

Grapefruit-Shu avatar Grapefruit-Shu commented on May 2, 2024

这个init一直遇到各种问题,进度有时候20%就挂掉,有时候50%,还有一次90%,上午跑了10多次,没有一次成功,都是init的时候报错了。
这个除了删除对应的目录还有别的方案吗

from codeanalysis.

zhang9w0v5 avatar zhang9w0v5 commented on May 2, 2024

init会初始化一些工具,这些工具从网络上拉下去,多数情况是网络问题。首次初始化就绪之后,以后每次都是增量update工具,会好很多。

最好的解决方案,当前我们认为是私有化部署一套,在自己的网络里部署(包括工具库)。

from codeanalysis.

cyw3 avatar cyw3 commented on May 2, 2024

可以手动把这些工具都拉下来,存放到client/data/tools目录下。
另外在client/config.ini的[common]中设置一个参数:
USE_LOCAL_TOOL=True
就可以不自动拉取工具,直接使用本地拉好的工具。

from codeanalysis.

Grapefruit-Shu avatar Grapefruit-Shu commented on May 2, 2024

那些工具的git地址可以在哪里看,我去都单独拉取下来,再按照你们说的直接使用本地的

from codeanalysis.

cyw3 avatar cyw3 commented on May 2, 2024

https://github.com/TCATools/puppy-tools-config/blob/master/linux_tools.ini#L71
可以在这里找到配置

https://github.com/TCATools

from codeanalysis.

Grapefruit-Shu avatar Grapefruit-Shu commented on May 2, 2024

哦哦,好的。谢谢

from codeanalysis.

Grapefruit-Shu avatar Grapefruit-Shu commented on May 2, 2024

我还想问个问题,就是 这里设置的是 PASSWORD_KEY=a6x4c7esudcv396w 密码的,用户名是哪里设置的,还是说可以增加username字段的,我今天上午改过一次 config.ini的配置的,报错
NodeError: Error[203]: fatal: could not read Username for 'https://gitlab.testplus.cn': No such device or address

from codeanalysis.

Grapefruit-Shu avatar Grapefruit-Shu commented on May 2, 2024

这个gitlab的地址 是我们内部的一个gitlab地址的

from codeanalysis.

Grapefruit-Shu avatar Grapefruit-Shu commented on May 2, 2024

还是说我这个地址 直接使用 https://username:@gitlab.testplus.cn 这种,用户名从这个url中提取

from codeanalysis.

bensonhome avatar bensonhome commented on May 2, 2024

@Grapefruit-Shu 用户名和密码是可以单独配置的,可以在config.ini里单独增加以下字段值(并不是PASSWORD_KEY字段):
[TOOL_LOAD_ACCOUNT]
; 拉取工具的账号密码,必要时(如使用内部git服务存储工具库)可以选用,默认不需要
; [可选]拉取工具库的公共账号密码
USERNAME=
PASSWORD=

from codeanalysis.

Grapefruit-Shu avatar Grapefruit-Shu commented on May 2, 2024

好的,谢谢

from codeanalysis.

bensonhome avatar bensonhome commented on May 2, 2024

@Grapefruit-Shu 这块配置也已经更新了,可以更新下代码

from codeanalysis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.