💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# other ## HTTPS ## …or create a new repository on the command line ```text echo "# python3-" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/CoderAngle/python3-.git git push -u origin master ``` ## …or push an existing repository from the command line ```text git remote add origin https://github.com/CoderAngle/python3-.git git push -u origin master ``` ## SSH ## …or create a new repository on the command line ```text echo "# python3-" >> README.md git init git add README.md git commit -m "first commit" git remote add origin git@github.com:CoderAngle/python3-.git git push -u origin maste ``` ## …or push an existing repository from the command line ```text git remote add origin git@github.com:CoderAngle/python3-.git git push -u origin master ```