We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
新建项目命令(vue-cli创建的启动有点问题)
vue init webpack projectName
git clone的下载代码的时候是连接的“https://”而不是git@git (ssh)的形式,当我们操作git pull/push到远程的时候,总是提示我们输入账号和密码才能操作成功,频繁的输入账号和密码很麻烦。
git bash进入你的项目目录,输入: git config --global credential.helper store
git config --global credential.helper store
按上下方向键切换搜索词。