ICode9

精准搜索请尝试: 精确搜索
  • Git push之fatal: refusing to merge unrelated histories2019-08-19 18:04:40

    解决: git pull origin master --allow-unrelated-histories 全篇完! https://www.centos.bz/2018/03/git-%E5%87%BA%E7%8E%B0-fatal-refusing-to-merge-unrelated-histories-%E9%94%99%E8%AF%AF/

  • vs2005安装 和 Fatal Error C19022019-08-14 11:04:02

    win10系统不能激活 win7可以激活,运行会出现兼容错误,解决办法装2个sp1补丁 拷贝mspdb80.dll到系统目录后会出现 Fatal Error C1902, 解决方法如下: VC++2005 :Fatal Error C1902:程序数据库管理器不匹配;请检查安装 解决安装VC++ SP1后,调试程序时候提示错误 Fatal Error C1

  • golang使用json格式实现增删查改2019-08-07 13:00:57

    需求和思路 在一般的小项目或者一个小软件,例如客户端之类的小程序中,可能会需要数据的持久化.但是使用一般的数据库(Mysql)之类的不合适.使用sqlite3这种嵌入式的是个较好的方法,但是Go语言中sqlite3的库是C语言的,Cgo不支持跨平台编译.正是由于这种需求,才想到使用json格式将数据

  • Win7安装vs2008编译报错LINK : fatal error LNK1000: Internal error during IncrBuildImage2019-07-22 12:37:56

    原文链接:http://www.cnblogs.com/xinyebabao/archive/2011/10/14/2212582.html Win7安vc2008编译报LINK : fatal error LNK1000: Internal error during IncrBuildImage环境:Windows 7 Ultimate x64 version Microsoft Visual Studio 2008 SP1 (VC++ 2008

  • fatal: Authentication failed for又不弹出用户名和密码 解决办法2019-07-16 15:55:57

    Git:Access denied Authentication failed电脑系统重装后,今天上传项目版本记录,发现被拒绝访问:“ HTTP Basic: Access denied fatal: Authentication failed for。。”搜了下网上给的解决方案:“git config –system –unset credential.helper”。但在我git上运行此命令会报错:error

  • Boost test vs2013 fatal error C10012019-07-06 13:00:48

    Boost test vs2013 fatal error C1001 在Visual Studio 2013中使用boost的test模块时会报致命错误,如下图所示: 输出报错信息如下: 1>------ Build started: Project: Test, Configuration: Debug Win32 ------ 1>  main.cpp 1>d:\boost_1_70_0\boost\type_traits\c

  • Git push “fatal: Authentication failed ”2019-07-02 22:40:30

    Git push “fatal: Authentication failed ” 问题原因 之前设置了两步验证 If you enabled two-factor authentication in your Github account you won't be able to push via HTTPS using your accounts password. Instead you need to generate a personal access token. Th

  • windows密码修改后同步修改git认证密码,HTTP Basic: Access denied and fatal Authentication2019-07-01 10:50:16

    参考链接: https://stackoverflow.com/questions/47860772/gitlab-remote-http-basic-access-denied-and-fatal-authentication   步骤: 1.点击win菜单(或者键盘的win键),在“搜索程序和文件”中输入credential 2.点击“管理Windows凭据” 3.点击编辑修改git凭据密码  

  • git --解决fatal: Not a git repository2019-06-13 20:00:25

    这个错误是说没有.git文件,万能的百度是说:自己新建.git,用command git init. 经过实验,可以暂时解决这个问题。但是新的问题又出现了,我git commit 不了,update不了我刚刚新建的文件到git 网站。 经过研究,发现,我的操作的位置是不对的,应该在git clone 之后,下下来的那个文件夹下操作,而不是

  • git使用报错:fatal: Couldn't find remote ref master的解决方法2019-06-03 19:49:12

    git使用报错:fatal: Couldn't find remote ref master的解决方法 fatal: Couldn't find remote ref master 翻译过来就是:致命的:无法找到远程参考主,也就是报错的意思。错误的提示内容意思是找不到需要连接的对象。 解决方法有以下几种: 如果是新建的仓库( repositories )的话在pull

  • VS2017 错误:fatal error LNK1561: entry point must be defined2019-05-21 15:50:19

    有个VS2012的C++项目,需要移植到VS2017并把底层的lib动态库文件同步更新; 一、需要将编译器信息更改为最新版: 二、设置好编译器环节之后,再替换原理的lib文件。出现标题中所示错误: fatal error LNK1561: entry point must be defined 这时需要同时修改两个地方: 1、把编译环境改

  • 本地添加远程仓库时出现fatal: Not a git repository (or any of the parent directories): .git解决2019-04-30 16:56:21

    在执行 git remote add origin 远程仓库地址.git 的时候会出现 fatal: Not a git repository (or any of the parent directories): .git,是由于本地缺少.git目录,只需要执行下面即可

  • git中fatal: Authentication failed的问题2019-04-25 12:42:56

    git中fatal: Authentication failed的问题 有两种办法,一种是删除重新认证,另一种是使用Ssh 删除重新认证 有控制面板->用户账户->管理windows凭据->应用凭据 找到删除 使用ssh 如何创建公钥 首先启动一个Git Bash窗口(非Windows用户直接打开终端) 执行: cd ~/.ssh 如果返回“… No

  • git clone 报错2019-04-20 14:42:40

    错误如下: Cloning into 'server'... remote: Enumerating objects: 11597, done. error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed 原因:项目文件

  • Python3 pip命令报错:Fatal error in launcher: Unable to create process using '"'2019-03-27 13:39:08

    Python3 pip命令报错:Fatal error in launcher: Unable to create process using '"' 一、问题 环境:win7 同时安装python2 和 python3 执行pip 命令报错:Fatal error in launcher: Unable to create process using '"' 二、解决方案 采用命令:python3 -m pip install psycopg2

  • git中fatal: Authentication failed for 的问题2019-03-26 19:55:31

    从公司的Git服务器上pull代码,然后怎么操作都报“fatal: Authentication failed for”的错误,重新打开,电脑重启都没有解决,搞得超级郁闷。后来在一个blog中找到了解决方法。看到错误知道是验证失败,而且通过idea的客户端获取程序没有问题,但是在vs code的终端中获取,就是一直包这个错误。

  • git 错误 RPC2019-03-24 16:54:13

    remote: Enumerating objects: 3772, done. error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed 网上看到一种解决方法,将git clone https://xxxx 改为 gi

  • vbox安装虚拟机012019-03-14 16:37:32

    一, 环境说明 镜像: CentOS-7-x86_64-Minimal-1804 vbox版本: 5.2.20 r125813 (Qt5.6.2) 系统: Win10专业版 二, 安装虚拟机 内存 1G 2核磁盘 50G网卡1 仅主机(Host-Only)网络 宿主通信网卡2 NAT 上网系统 CentOS-7-x86_64-Minimal-1804虚拟硬盘文件类型 VDI 动态分配USB控制器 不启

  • pod update更新2019-02-26 14:40:35

    1、 pod update 的时候出现下边的错误  error: RPC failed; curl 18 transfer closed with outstanding read data remaining   fatal: The remote end hung up unexpectedly   fatal: early EOF   fatal: index-pack failed [!] CocoaPods was not able to update the `mast

  • fatal: bad ownership or modes for chroot directory2019-02-12 14:55:27

    过年放假前在修改用户权限,添加了一个账户,年后回来发现几个SFTP账户无法登陆SFTP,提示WinSCP提示Authentication failure,以为账户密码错了,用passwd重置后问题依旧。然后用别的管理员帐户登陆SFTP却没有问题,于是用sudo journalctl -xe命令查看到日志信息: fatal: bad ownership or mode

  • /usr/include/boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or dir2019-02-03 23:01:00

    https://stackoverflow.com/questions/39111930/usr-include-boost-python-detail-wrap-python-hpp5023-fatal-error-pyconfig-h https://blog.csdn.net/weixin_37251044/article/details/79158823 boost:https://www.zh30.com/ubuntu-cmake-could-not-find-boost.html https:

  • fatal error C1900: Il mismatch between 'P1' version '20080116' and 'P2'2019-01-25 16:40:48

    编译器遇到fatal error C1900: “P1”(第“20150812”版)和“P2”(第“20130802”版)之间 Il…….的错误 发生情况描述: 操作系统:win7 旗舰版 64bit 编译环境:vs2008 错误发生描述: 今天需要调用开源crypto++库,然后网上下载下来,自己进行编译,解压开源库的代码,然后用VS2008直接打开

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有