在github上创建一个空项目后,本地项目创建并关联远程仓库
echo "# langgraph_demo" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin https://github.com/zhf19970510/langgraph_demo.git
git push -u origin master
echo "# langgraph_demo" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin https://github.com/zhf19970510/langgraph_demo.git
git push -u origin master