严重性代码说明项目文件 行错误 C4996 ‘strcpy’: This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. Test f:\cworkspace\test\test\main.c 30 用VS编译代码是遇到如上问题,vs准备弃用st…
前言:工作中由于公司的电脑(SSD+HDD)硬盘(HDD)突然坏了,只剩下一个系统盘(SSD).然后就是有个比较紧急的需求正在做,申请换的新硬盘不能立刻换上,因为工作的机器不在公司,操作远程机器工作,所以只能重新安装部署工作环境.然后就是在安装Git的时候出现了The drive or UNC share you selected does not exist or is not accessible. Please select another(您选择的驱动器或UNC共享不存在或无法访问.请选…