12 2019 档案
摘要:git 操作: 拉代码:git clone http|ssh代码克隆地址 拉取分支:git clone -b 分支名 http|ssh代码克隆地址 提交代码: ①git status(对比代码库与本地有什么区别) ②git add .(上传代码) ③git commit -m "新功能描述"(注释)
阅读全文
摘要:ERROR: Exception DBusException: org.freedesktop.DBus.Error.AccessDenied: Connection ":1.1985" is not allowed to own the service "org.fedoraproject.Fir
阅读全文