logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

git: fatal: Could not read from remote repository解决办法

报错如下:fatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists.解决方法:你的ssh key极有可能从ssh agent中移除了在终端中键入:ssh-add ~/.ssh/id_rsaid...

#git#ssh
ftp ls/dir命令无法使用解决办法(ftp使用教程)

用docker创建ftp:docker run -d -v /tmp/ftp:/home/vsftpd \-p 20:20 -p 21:21 -p 21100-21110:21100-21110 \-e FTP_USER=test -e FTP_PASS=test \-e PASV_ADDRESS=127.0.0.1 -e PASV_MIN_PORT=21100 -e PASV_MAX_P...

到底了