码迷,mamicode.com
首页 >  
搜索关键字:remote powershell    ( 7279个结果
*** errRun
*** errRun: ['which', 'controller'] /usr/local/bin/controller 0*** errRun: ['grep', '-c', 'processor', '/proc/cpuinfo'] 64 0*** Setting resource limit ...
分类:其他好文   时间:2020-07-13 11:28:41    阅读次数:74
git常用命令
一. 创建远程仓库 二. 创建本地仓库 a. 配置.gitignore b. git init c. git add . d. git commit -m "备注" 三. 将本地仓库推送到远程仓库 git remote add origin url git push origin master 四. ...
分类:其他好文   时间:2020-07-13 09:58:46    阅读次数:60
Transport Error: Cannot get remote repository refs.https://github.com/xxx/test1.git: cannot open git-upload-pack
问题出现: 在eclipse中pull项目至github上出现该问题 查看报错日志 org.eclipse.jgit.api.errors.TransportException: https://github.com/muzhiyi1996/test1.git: cannot open git-up ...
分类:Web程序   时间:2020-07-12 22:33:02    阅读次数:155
从Linux系统SSH到Windows系统。
以管理员身份运行powershell。 PS C:\Windows\system32> Get-WindowsCapability -Online | ? Name -like 'OpenSSH*' Name : OpenSSH.Client~~~~0.0.1.0 State : Installed ...
分类:Windows程序   时间:2020-07-12 22:32:04    阅读次数:110
powershell循环调用CSV文件,调用用户输入的变量
1.powershell循环调用CSV文件 Import-Csv -Path E:\work\AD\0708\m.csv | foreach { $a=$_.name #定义$a等于CSV文件中的变量,有时候直接写$_.name 无法被识别 ………………………………} 2.调用用户输入的变量 $a= ...
分类:系统相关   时间:2020-07-12 20:23:48    阅读次数:95
Android 刷机遇到getvar:all FAILED (remote: 'unknown command')
用pixel 2 XL刷官方镜像,结果不断提示getvar:all FAILED (remote: 'unknown command'),搜了半天没发现有什么解决方案,最后根据Google搜到的一些零星的结果硬把坑踩过去了。 重点主要就两点: 1.platform-tools版本不能高于26 2.A ...
分类:移动开发   时间:2020-07-12 19:15:48    阅读次数:138
vue : 无法加载文件 C:\Users\1111111\AppData\Roaming\npm\vue.ps1 解决方法
1.管理员身份打开 powershell 2.输入set-ExecutionPolicy RemoteSigned 3.输入Y 就可以了 ...
分类:移动开发   时间:2020-07-12 18:54:20    阅读次数:106
Cannot find required service quagga in /etc/init.d/
[root@kunpeng82 mininet]# ls /lib/systemd/system/zebra.service /lib/systemd/system/zebra.service [root@kunpeng82 mininet]# vi /lib/systemd/system/zebr ...
分类:其他好文   时间:2020-07-12 14:15:10    阅读次数:68
Windows命令行设置代理
cmd,powershell,git-bash设置代理的方式是不一样的powershell 可以使用$env:https_proxy = "127.0.0.1:1080"$env:http_proxy = "127.0.0.1:1080"其它参考 https://zcdll.github.io/20... ...
分类:Windows程序   时间:2020-07-12 01:06:12    阅读次数:126
优酷kmx转MP4
开源地址: git地址:https://gitee.com/aprl/kmx-MP4 git clone https://gitee.com/aprl/kmx-MP4.git Cloning into 'kmx-MP4'... remote: Enumerating objects: 21, don ...
分类:其他好文   时间:2020-07-12 01:02:31    阅读次数:76
7279条   上一页 1 ... 27 28 29 30 31 ... 728 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!