You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
doc | 4 years ago | |
model | 4 years ago | |
src | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago |
README.md
从命令行创建一个新的仓库
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://bdgit.educoder.net/p54670231/Idea.git
git push -u origin master
从命令行推送已经创建的仓库
git remote add origin https://bdgit.educoder.net/p54670231/Idea.git
git push -u origin master
需要Qt5.9环境下, 直接用 Qt打开项目 具体过程: 打开Qt, 打开 文件或项目 打开pet_project.pro 左侧项目选项,构建目录选择当前目录,然后选择Mingw32编译器
如果无法构建,可能是有部分源代码失效,如果无法构建,请从下方链接,重新下载源代码 链接:https://pan.baidu.com/s/1H3U8CQAMEeJiYpTVwzue7Q 提取码:pet1