码迷,mamicode.com
首页 > 其他好文 > 详细

在QT中用git做版本管理时遇到的一些问题

时间:2016-08-19 00:44:48      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:

1. 安装git

sudo apt-get install git

 

2. 安装gitk

sudo apt-get install gitk

  

要提交代码,点击  工具->git->local repository->commit.

然后输入用户名和邮箱后遇到了问题:

技术分享

解决方法就是依照提示解决:

技术分享

再提交就可以了

技术分享

打开log文件:

技术分享

点击 commit后面的那一长串,就会有文件信息.

 

在QT中用git做版本管理时遇到的一些问题

标签:

原文地址:http://www.cnblogs.com/haoyijing/p/5785924.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!