pycharm git配置问题汇总

1、下载git

2、pycharm,file-setting中配置好git账号,点击test

 

 

3、test出现问题:

use of REX.w is meaningless (default operand size is 64)

问题原因:安装的监控软件拦截

netstat -ano |findstr 8237  检查监控软件

 

解决办法:注册表添加

1、打开注册表
win+r  输入 regedit
2、进入目录
计算机\HKEY_LOCAL_MACHINE\SOFTWARE\TEC\Ocular.3\agent\config
3、hookapi_filterproc_external 添加 cmd.exe;powershell.exe;git.exe;pycharm64.exe

 

4、问题:

Successfully created project 'Demo' on GitHub, but initial commit failed:

解决办法:

1、打开git-cmd.exe

2、配置账号
git config --global user.email "you@example.com"  
git config --global user.name "Your Name"

 

 

5、上传代码到git

1.

 

 2.

 

 3.

 

posted @ 2021-08-30 16:09  sugoi  阅读(327)  评论(0)    收藏  举报