无法Git添加

kq0g1dla  于 2023-06-28  发布在  Git
关注(0)|答案(1)|浏览(131)
root@bbaec70634de:/alx-low_level_programming/0x0D-preprocessor# git add .
fatal: not a git repository (or any of the parent directories): .git
root@bbaec70634de:/alx-low_level_programming/0x0D-preprocessor#

我想添加git。我的工作在我的Webterm到我的GitHub,但不断得到这个错误

hjzp0vay

hjzp0vay1#

你需要先初始化你的git repo。尝试git init或在git服务器中克隆一个现有的仓库。

相关问题