TeleGPT icon indicating copy to clipboard operation
TeleGPT copied to clipboard

拉取不了

Open xiaoyuer0408 opened this issue 1 year ago • 2 comments

批注 2023-04-20 165842 该问题应该怎么解决???

xiaoyuer0408 avatar Apr 20 '23 09:04 xiaoyuer0408

image 构建完后运行不了机器人

xiaoyuer0408 avatar Apr 20 '23 09:04 xiaoyuer0408

很明显你需要学一下怎么用docker

我自己是直接clone项目从源码编译运行

$ git clone https://github.com/Helixform/TeleGPT
$ cd TeleGPT
$ cargo build --release

编译完后可执行文件应该就在 TeleGPT/target/release/telegpt

t4nature avatar Mar 18 '24 01:03 t4nature