https://zhuanlan.zhihu.com/p/...照着这篇文章可以解决wsl下进入zsh会乱码的问题。先下载字体git clone https://github.com/powerline/fonts.git --depth=1,里面有一个install.ps1, 右键点击,选择用powershell打开,就会自动安装字体了。 照着流程安装好zsh和oh-my-zsh, 并把zsh设置为默认的shell。 然后打开...
sudo apt install git git clone https://github.com/DamionGans/ubuntu-wsl2-systemd-script.git cd ubuntu-wsl2-systemd-script/ bash ubuntu-wsl2-systemd-script.sh genie(适用arch/manjaro/centos等) yay dotnet yay -S genie-systemd ubuntu使用国内源 ...
将gitbook 书籍的github源码clone下来 git clone repo 配置 如果repo 中没有 book.json , 则需要配置生成电子书的参数, 例如 { "title": "python数据结构", "description": "problem solving ", "author": "zh", "language": "zh-hans", "styles": { "website": "style.css" }, "plugins": [ "-...
前段时间,有读者微信问我,如果使用Git从码云或者Github 克隆代码到本地,然后进行提交代码的操作 。可能...
git@github.com: Permission denied (publickey). git@github.com: Permission denied (publickey). fatal: 无法读取远程仓库。 git clone 拉取远程代码报错(fatal:无法读取远程仓库 ,请确认您有正确的访问权限并且仓库存在)的原因是未添加SSH KEY...
chown, chmod all works alongside touch, rm, rmdir, mv, etc. I just noticed mkdir wouldn't work when git clone gives me permission denied. Thanks for helping btw! Will try a clean image instead of exporting from one I currently have. ...
git clone git@github.com:microsoft/WSL.git Cloning into 'WSL'... remote: Enumerating objects: 37, done. remote: Counting objects: 100% (37/37), done. remote: Compressing objects: 100% (33/33), done. fatal: Unable to create temporary file '/mnt/files/WSL/.git/objects/pack/tmp_pack...
sudo apt update sudo apt install git git clone https://github.com/DamionGans/ubuntu-wsl2-systemd-script.git cd ubuntu-wsl2-systemd-script/ bash ubuntu-wsl2-systemd-script.sh 1. 2. 3. 4. 5. 安装完systemd之后,退回windows终端(直接叉掉这个终端就行),务必输入 wsl --shutdown 1. 确认你wsl...
VScode + git + WSL 环境搭建 简单留个笔记 查看原文 vscode remote wsl 的NoPermissions permission denied问题 '/root/wsl')。这个问题其实很简单,wsl是软连接,vscode应该是不支持打开软连接的。直接 在/mnt/d/wslcode-insiders .就没这个问题了转载于:https...原文链接:http://www.cnblogs.com/l2017/p/...
WSL2 Linux 发行版中创建项目 # 进入Linux发行版 wsl # 创建项目目录 mkdir -p /data/www cd /data/www # 从git仓库中拉取项目 git clone...key:generate PHPStorm 开发先在Linux发行版,项目目录中设置权限,否则PHPStorm无法编辑 chmod -R 777 ./ PHPStorm -> Open -> 输入\\wsl 4.3K20 win10使用...