vscode安装dlv插件报错:There is no tracking information for the current branch. https://blog.csdn.net/a785975139/article/details/80874792   vscode安装go语言的调试插件,按官方给出的方法很简单,在cmd下执行这个命令: go get -u github.com/derekparker/delve/cmd/dlv 无耐的是,我一直报如下错误: go get -v -u…
报错: There is no tracking information for the current branch. Please specify which branch you want to merge with. See git-pull() for details git pull <remote> <branch> If you wish to set tracking information for this branch you can do so with:…
新建本地分支后将本地分支推送到远程库, 使用git pull 或者 git push 的时候报错gitThere is no tracking information for the current branch.Please specify which branch you want to merge with.See git-pull(1) for details    git pull <remote> <branch>If you wish to set tracking…
Mac电脑上使用VSCode安装jshint插件时提示如下错误: Failed to load jshint library. Please install jshint in your workspace folder using 'npm install jshint' or globally using 'npm install -g jshint' and then press Retry. 按照提示,使用npm安装jshint npm install -g jshint 然后点击重试,…
今天在Elipse上安装Pydev插件时报错: An error occurred while collecting items to be installed session context was:(profile=... 后来根据Duqian94的博客得知,“出现错误的原因是Eclipse的更新管理P2出错了.p2有它的一个垃圾回收机制,之前删除的JAR包在未被回收之前,再次重装,系统不会做重新download的动作,但是它又找不到那个JAR包了,故而报错”. 解决办法: 在运行命令行中切…
Eclipse安装maven插件,报错信息如下: Cannot complete the install because one or more required items could not be found. Software being installed: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20…
系统:win7IDE:pycharm Python版本:2.7 安装第三方插件是报错:  报错原因与编码有关,pip把下载的临时文件存放在了用户临时文件中,这个目录一般是C:\Users\用户名\AppData\Local\Temp,目录名中有中文,显然ascii这种编码是不支持的,因为我的用户名是中文的所以出现了错误,解决方法: 找到python2.7目录下的Lib文件夹中的ntpath.py文件,打开,找到def join(path, *paths): 这个方法下添加一下两行代码: relo…
机器原版本php5.5.3 适应新的框架安装了7.1.12 期间遇到的小问题就是安装 redis插件的时候,总报错,报错如下: Starting php-fpm [02-Jan-2019 10:15:17] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/redis.so' - /usr/lib64/php/modules/redis.so:…
环境linux上直接安装  如果你是在win开发号直接部署的应该是没问题  我是直接在linux安装的 这几天研了下fastadmin 想用他的定时可是在使用的时候报错   ZipArchive::extractTo(): Permission denied 根据报错内容 是没权限 可是权限给谁?给那个文件? 1.给权限 我找了找 是 /www/fastadmin 是我项目目录  整个项目都给权限     试着单独给,没成功他还有样式什么的,还不如直接全给了. chmod -R 777  /ww…
在win7系统,VS2008环境下安装EFMS9280_SDK.msi文件出现报错 ToolsMsmCA(Error):IHxFilters filter registration failure: Err = 0×80040305,Context = pFilters->SetNamespace(Namespace) 解决方案: (如果SDK的安装包制作时使用的是2005,将VS2008中的document explorer删除) 只需将SDK的安装组件中去掉了document即可!…