码迷,mamicode.com
首页 >  
搜索关键字:git github    ( 62390个结果
sublime Text3配置及快捷键、插件推荐总结
一、基础1.重要文档:sublime Text3官方文档中文版:http://feliving.github.io/Sublime-Text-3-Documentation/sublime Text插件下载站点:https://sublime.wbond.net/Sublime Text insta...
分类:其他好文   时间:2014-07-22 22:52:33    阅读次数:6141
egit push 到github的问题解决
一开始用eclipse中svn插件习惯了,在工作中用git 一直都是使用命令行,今天有时间就装了一个egit插件,推送到github上的时候老出现各种问题。在这里做一个整理,主要步骤如下:1.装插件就不讲了,百度教程很多2.装好插件之后,在本地操作一切都ok,重点在常见的几个错误之上3.如果想要推送...
分类:其他好文   时间:2014-07-22 22:51:55    阅读次数:180
win8/win7中使用Git Extensions PuTTy模式提交时 git-credential-winstore.exe": No such file or directory 错误解决方案
参考:http://www.cnblogs.com/hlizard/p/3627792.html报错类似以下错误\"F:/GitExtensions/GitCredentialWinStore/git-credential-winstore.exe\" get: "F:/GitExtensions/...
分类:Windows程序   时间:2014-07-19 18:13:11    阅读次数:698
(转)jquery.url.js 插件的使用
jQuery插件之-jQuery URL ParserjQuery插件Query URL Parser用于解析URLs字符串。通过它我们可以方便地获取协议、主机、端口、查询参数、文件名、路径等等。在一些静态页面需要根据参数来调整一些内容的时候这个插件还是挺有用的。官方下载(托管在github):ht...
分类:Web程序   时间:2014-07-19 18:08:38    阅读次数:323
Ubuntu下载编译Linux内核。
1、安装git工具2、到官网下载linux内核https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git,这个地址不是很好用在用下面这个 git clone git://git.kernel.org/pub/scm/linux/ke...
分类:系统相关   时间:2014-07-19 16:18:22    阅读次数:328
How to Install Xcode, Homebrew, Git, RVM, Ruby & Rails on Snow Leopard, Lion, Mountain Lion, and Mavericks
After following many outdated and incomplete instructions for setting up a web development environment on a Mac (back in March 2012), and spending a l...
分类:其他好文   时间:2014-07-19 15:00:41    阅读次数:730
git 的一些笔记
git configgit config存在三个地方 :1./.git/config 项目级别2.~/.gitconfig 用户级别3./etc/gitconfig 系统级别git config -e 查看项目级别的配置git config -e --global 查看...
分类:其他好文   时间:2014-07-19 14:29:32    阅读次数:168
微信公众平台开发(100) 2048游戏
微信开发第100篇了,算上微信支付和微信小店,其实已经超过了,这次完整讲一下2048游戏吧。一、2048游戏《2048》是比较流行的一款数字游戏。原版2048首先在github上发布,原作者是Gabriele Cirulli。它是基于《1024》和《小3传奇》的玩法开发而成的新型数字游戏 。随后20...
分类:微信   时间:2014-07-19 13:30:24    阅读次数:553
REST Client – simple DSL for accessing HTTP and REST resources
https://github.com/rest-client/rest-clienthttps://github.com/jnunemaker/httpartyhttp://ruby-doc.org/stdlib-2.1.2/libdoc/net/http/rdoc/Net/HTTP.htmlhtt...
分类:数据库   时间:2014-07-19 09:30:02    阅读次数:398
github空间配额说明
What is my disk quota? GitHub doesn't have any set disk quotas. We try to provide abundant storage for all Git repositories, within reason. Keeping repositories small ensures that our servers a...
分类:其他好文   时间:2014-07-19 02:31:15    阅读次数:334
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!