Use Gitee to push and upload code process in PyCharm


The steps in this blog post are not perfect and are for reference only

1 Software download and installation

2 Create a remote warehouse

Remote warehouse for cloud management and storage of code

  • Login Giteeto create a new warehouse

    insert image description here

  • Copy HTTPSthe address of the new warehouse

    insert image description here

3 Create a local repository

The local warehouse is used for local submission (or preservation) of code

  • open Pythonproject

  • Create a local repository

    insert image description here

    insert image description here

4 Log in to the Gitee account in IDEA

  • login account

    insert image description here

5 submit code

  • Submit the code, that is, save it locally, you can not push it first

insert image description here

6 push code

  • Push code for the first time

insert image description here

insert image description here

insert image description here

Guess you like

Origin blog.csdn.net/z132533/article/details/126649677
Recommended