标签: python-3.x git pycharm gitlab portainer
我有Pycharm,一个Python项目,一个本地Portainer,一个远程Portainer和GitLab。
在本地Portainer中测试Python代码之后,我想将项目git push移至远程Portainer。我尝试了git commit和git push,但是它不起作用并返回错误。
git push
git commit
如何正确git push我的项目到远程Portainer?以及如何返回我的本地Portainer?