PhpStorm Adding Files to VSC ... has been fixed

vue project I created yesterday, uploaded to the cloud is not node_modules code folder.

We collaborative development time is required to clone a local, then npm install

Today, after modifying the file, we find PhpStorm the git add and git commit function suddenly so bad, and then click has been fixed.

Adding Files to VSC ... has been fixed

 

commit the same way

 

 

Depressed for a long time, and finally, turn off PhpStorm, delete node_modules like to use.

 

There is the problem of cloud account code, the local computer is required to install git bash

Then add a user name, e-mail, public key.

git config --global user.name "cloud account code"

git config --global user.email "cloud code registered mail"

ssh-keygen -t rsa -C "Mailbox Register Code Cloud"

Open files, C → user disk → administrator → .ssh → id_rsa.pub

Copy the code to the public cloud

 

The next time will be submitted to push himself out of the yard cloud account.

 

Guess you like

Origin www.cnblogs.com/kuniei/p/11460892.html