码迷,mamicode.com
首页 >  
搜索关键字:gitolite git ssh ssh-copy-id    ( 47165个结果
git 修改 email
https://blog.csdn.net/qq_29846663/article/details/73498853 查看email % cat ~/.gitconfig[user] email = a@bc.com[credential] helper = store[http] sslverif ...
分类:其他好文   时间:2021-04-22 15:36:18    阅读次数:0
git
There is no tracking information for the current branch. Please specify which branch you want to merge with. See git-pull(1) for details. git pull <re ...
分类:其他好文   时间:2021-04-22 15:28:20    阅读次数:0
Linux服务器搭建git
环境: 服务器 CentOS6.7 + git(version 1.7.1) 客户端 Windows7 + git(version 2.8.4.windows.1) 1.安装 Git #yum install -y git 安装完后,查看 Git 版本 [root@localhost ~]# git ...
分类:系统相关   时间:2021-04-21 12:29:49    阅读次数:0
Git - tree for windows
概述 tree for windows 背景 win10 环境下, 我需要打印 文件树 问题 git 默认是不带 tree 命令的 cmd 好像有, 但是我不大想用 思路 尝试去搞一个 好在有前人做过类似的工作, 所以我可以坐享其成 环境 os win10 20H2 mintty 3.4.0 tre ...
分类:Windows程序   时间:2021-04-21 12:26:04    阅读次数:0
git推送代码一直报错Permission denied, please try again怎么解决?
今天在本机windows7上测试个git,想将git代码推送到代码服务器。结果git总是报错 $ git push -u origin master git@192.168.0.208's password: Permission denied, please try again. git@192. ...
分类:其他好文   时间:2021-04-21 12:18:25    阅读次数:0
GreatSQL MGR安装
git clone https://gitee.com/GreatSQL/GreatSQL.gitwget https://gitee.com/GreatSQL/GreatSQL/repository/archive/master.ziphttps://gitee.com/GreatSQL/Grea ...
分类:数据库   时间:2021-04-21 12:01:14    阅读次数:0
记github下载上传遇到的各种问题
代理 1.不要乱设置代理:git config --global --unset http.proxy 2.openssl 问题: git config --global http.sslVerify "false" 3.443 重新下载 4.提示xx端口问题:去配置文件删除这个端口 5.提交代码给 ...
分类:Web程序   时间:2021-04-21 11:47:54    阅读次数:0
SSH框架-DAO层搭建
SSH框架-DAO层搭建 1、工具类 1.1例如几个方法都会有相同功能的时候,需要定义一个公共接口类,也就是工具类。 package com.caicai.elec.dao; public interface ICommonDao<T> { public void save(T t); } 1.2 ...
分类:其他好文   时间:2021-04-20 15:34:56    阅读次数:0
git常用命令
一、Git版本控制 SVN:集中式版本控制 Git:分布式版本控制 git官网:https://git-scm.com git淘宝镜像地址:http://npm.taobao.org/mirrors/git-for-windows 工作流程:工作区 > 暂存区 > 本地仓库 > 远程仓库 二、Git ...
分类:其他好文   时间:2021-04-20 15:27:52    阅读次数:0
「Gogs」- 安装(Linux) @20210418
第一步、安装环境依赖 安装数据库服务 MySQL: Version >= 5.7 / PostgreSQL / TiDB / NOTHING with SQLite3 由于我们用户量较小,所以我们使用 SQLite3 数据库,因此不没有安装独立的数据库服务。 安装 Git 命令 # apt-get ...
分类:系统相关   时间:2021-04-20 15:07:29    阅读次数:0
47165条   上一页 1 ... 31 32 33 34 35 ... 4717 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!