WeChat Developer Tools Code Warehouse Management and Error: Solution to Push failed Error: invalid authentication scheme, WeChat Mini Program Code Warehouse Project Deletion

1. Create a new code warehouse

If your code already exists and has not been pushed yet, you can first enter the WeChat GitHub warehouse from the following location to create a new warehouse.
Insert image description here

After creating a new code warehouse, copy the Git command in the red box in the picture below

Insert image description here

Enter the Git command in the folder where your project exists, as shown below:

Insert image description here

WeChat mini program development tool reports an error when uploading code:

2. Solution to error: Push failed Error: invalid authentication scheme

Insert image description here

After the setup is complete, you can submit the code to the remote warehouse

When pushing to the remote warehouse, if a white screen appears, please initialize the code warehouse first and copy the code in the red box in the picture below.

Insert image description here

3. Deletion of code warehouse projects

1. Select the item you want to delete

Insert image description here

2. Click Settings
Insert image description here

3. Select Advanced Settings---->Warehouse Settings---->Delete Project

Insert image description here

Guess you like

Origin blog.csdn.net/qq_37952052/article/details/127718888