clone 到本地编辑
-
我的头像 > 个人中心 > gogs账号 点击修改密码 再点击前往登录,用上面的账号密码登录gogs
-
找到对应的仓库,可以看到有http、ssh两种clone方式:
- 一、ssh方式
-
clone:
git clone ssh://git@docs.uninote.com.cn:10022/1048076255/1048076255.git
- 二、http方式
- 这种方式需要输入 gogs 的账号密码(如果只是查看不需要)
- 注意先要在 https://docs.uninote.com.cn/user/gogs 设置 Gogs 账号的密码。否则 push 时不会提示输入密码,直接报 40x 错误。
- 可以将账号密码写入 origin 配置中,这样可以免密 push,eg:
git origin set-url origin http://gogs_username:gogs_password@docs.uninote.com.cn:3000/pass_to_repo.git
图片转储
- 如果外部编辑时使用了外部图片,务必使用页面的编辑器重新编辑(全选-剪切-粘贴),这样会触发图片转储,保存为内部图片,好处:
- 避免外部图片404
- 避免因为防盗链无法访问