分页: 2 / 2

Re: GTKQQ我修改了。加入了locale支持~

发表于 : 2012-01-25 21:59
rgwan
枫叶饭团 写了:
rgwan 写了:https://sourceforge.net/p/gtkqq/

好吧。github我这里很卡+不会用
于是我无耻搞了个SF项目~
原开发者加一下。至少SF速度很快的
同步更新吧~
github在多人开发是非常牛的...虽然clone的时候速度是有点慢,但是可用
主要是怎么上传啊。毕竟习惯 SF了

Re: GTKQQ我修改了。加入了locale支持~

发表于 : 2012-01-25 22:14
枫叶饭团
fork一个分支,然后clone下来,改了之后git push上去...然后pull给作者

Re: GTKQQ我修改了。加入了locale支持~

发表于 : 2012-01-25 22:26
TeliuTe
看得有些模模糊糊,谁花点时间说仔细些步骤,最好能给出每一步的命令

Re: GTKQQ我修改了。加入了locale支持~

发表于 : 2012-01-26 20:24
billzt
三个作者的邮箱地址:

HuangCongyu <[email protected]>
Xiang Wang <[email protected]>
mathslinux <[email protected]>

有什么问题就赶快骚扰他们,别客气

Re: GTKQQ我修改了。加入了locale支持~

发表于 : 2012-01-26 20:51
windwhinny
rgwan 写了:
枫叶饭团 写了:
rgwan 写了:https://sourceforge.net/p/gtkqq/

好吧。github我这里很卡+不会用
于是我无耻搞了个SF项目~
原开发者加一下。至少SF速度很快的
同步更新吧~
github在多人开发是非常牛的...虽然clone的时候速度是有点慢,但是可用
主要是怎么上传啊。毕竟习惯 SF了

http://help.github.com/fork-a-repo/
这里有github的帮助文档

Re: GTKQQ我修改了。加入了locale支持~

发表于 : 2012-01-27 9:20
billzt
那个SF楼主还是删掉吧,否则别人在网上搜索时会搜索出好几个gtkqq,会造成混乱

Re: GTKQQ我修改了。加入了locale支持~

发表于 : 2012-01-29 10:55
rgwan
billzt 写了:那个SF楼主还是删掉吧,否则别人在网上搜索时会搜索出好几个gtkqq,会造成混乱
删不掉了已经~

Re: GTKQQ我修改了。加入了locale支持~

发表于 : 2012-01-29 11:25
rgwan
rgwan@rgwan-desktop:~/software/kernelhcy-gtkqq-ae713ec$ git push origin master
fatal: remote error:
You can't push to git://github.com/rgwan/gtkqq.git
Use [email protected]:rgwan/gtkqq.git

哦~没法PUSH过去

Re: GTKQQ我修改了。加入了locale支持~

发表于 : 2012-01-29 11:30
rgwan
rgwan@rgwan-desktop:~/software/kernelhcy-gtkqq-ae713ec$ git push https://[email protected]/rgwan/gtkqq.git
Password:
To https://[email protected]/rgwan/gtkqq.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://[email protected]/rgwan/gtkqq.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes before pushing again. See the 'Note about
fast-forwards' section of 'git push --help' for details.
rgwan@rgwan-desktop:~/software/kernelhcy-gtkqq-ae713ec$

Re: GTKQQ我修改了。加入了locale支持~

发表于 : 2012-01-29 11:34
rgwan
rgwan@rgwan-desktop:~/software/kernelhcy-gtkqq-ae713ec$ git push https://[email protected]/rgwan/gtkqq.git origin master
Password:
error: src refspec origin does not match any.
error: failed to push some refs to 'https://[email protected]/rgwan/gtkqq.git'
rgwan@rgwan-desktop:~/software/kernelhcy-gtkqq-ae713ec$

Re: GTKQQ我修改了。加入了locale支持~

发表于 : 2012-01-29 11:35
rgwan
麻烦哪个好心人帮我搞定下。好久没有用Git了。github根本没用过

Re: GTKQQ我修改了。加入了locale支持~

发表于 : 2012-01-29 12:52
TeliuTe
git 简单的一些操作: http://teliute.org/mix/Tegit/index.html