安装部分笔记 创建专用数据库及用户 create database if not exists gitea default charset = utf8mb4; grant ALL PRIVILEGES on gitea.* to gitea@localhost identified by 'youpasswd'; 更多参考:安装Gitea以及一些错误处理 User_Help 参阅 Github"关于 SSH" 本平台里 git 的使用 参考(请灵活变通): 生成新 SSH 密钥并添加
gitHub添加公钥 gitHub是通过SSH公钥连接到现有仓库的 设置SSH Key ssh-keygen -t rsa -C "your_email@example.com"Generating public/private rsa key pair.Enter file in which to save the key (/Users/mouMiFan/.ssh/id_rsa): //Enter 回车Enter passphrase (empty for no passphras