加入Git版控Vibe Coding 放心爆改-待完成 【【Cursor 教学】安裝 3 款让 Vibe Coding 效率翻倍的工具用「个人形象网站」实战演练】 https://www.bilibili.com/video/BV1p3kKBtEhG/?share_sourcecopy_webvd_source03f0cf9cce813d57a4e195d8a7f59cec1.安装Git检测是否安装git -v2.完成初始化git config --global user.name baobaogit config --global user.email baobaogmail.com3.生成SSHkey保证电脑有更新专案的权限ssh-keygen -t ed25519 -C baobaogmail.com4.显示公钥cat ~/.ssh/id_ed25519.pub【我使用显示公钥的指令出现错误。换成了type %USERPROFILE%\.ssh\id_ed25519.pub正常显示】5.登录github6.把公钥贴到key下将专案的git初始化git init连接电脑上的文件夹和github上的专案git remote add origin https://github.com/parasol-west-lane/blur.git