码迷,mamicode.com
首页 >  
搜索关键字:git config    ( 55493个结果
egit push 到github的问题解决
一开始用eclipse中svn插件习惯了,在工作中用git 一直都是使用命令行,今天有时间就装了一个egit插件,推送到github上的时候老出现各种问题。在这里做一个整理,主要步骤如下:1.装插件就不讲了,百度教程很多2.装好插件之后,在本地操作一切都ok,重点在常见的几个错误之上3.如果想要推送...
分类:其他好文   时间:2014-07-22 22:51:55    阅读次数:180
PHP 安装memcache.so 和memcached.so
一、memcache.so 的安装wget http://pecl.php.net/get/memcache-2.2.7.tgztar zxvf memcache-2.2.7.tgz./configure --enable-memcache --with-php-config=/usr/local/...
分类:Web程序   时间:2014-07-22 22:51:53    阅读次数:813
Log4Net
下载 http://logging.apache.org/log4net/先在web.config中的节点下添加如下配置: 在节点下添加如下log4net节点配置: ...
分类:Web程序   时间:2014-07-22 22:51:17    阅读次数:204
git 基本操作
windows安装:安装好后,随便点击一个文件夹,就会有git bash的右键选项。。。。 这个是cmd方式还有git gui方式。。。git clone 从某个分支上copy一份到本地。git init 初始化—— 主要是生成.gitignore文件等,表明此目录是git专用git add . ....
分类:其他好文   时间:2014-07-19 23:10:48    阅读次数:303
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
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
OpenStack配置解析库——oslo.config
OpenStack的oslo项目旨在独立出系统中可重用的基础功能,oslo.config就是其中一个被广泛使用的库,该项工作的主要目的就是解析OpenStack中命令行(CLI)或配置文件(.conf)中的配置信息。下面先给一个high-level的过程说明一下如何使用这个库。 OpenSta...
分类:其他好文   时间:2014-07-19 13:37:36    阅读次数:6614
easyasp的使用
easyasp的数据库操作下载easyasp.官网地址:http://www.easyasp.cn/downloads文件下载的文件拷贝到工程根目录下;连接数据库:easyasp>easp.config.asp 根据不同数据库,取消掉前面的注释符号然后配置。mssql为例子:Easp.Db.SetC...
分类:Web程序   时间:2014-07-19 11:31:34    阅读次数:576
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
迷上了代码!