`

CentOS安装gitHub

 
阅读更多

centos 安装github
1. 安装git工具     yum install git   
2. 查看git版本     git --version     
3. 查看git状态     git status
4. 全局账户配置:  git config --global user.name "github账户名"
                  git config --global user.email "github注册邮箱"
5.创建本地数据仓库(repository)
cd /home
mkdir GitRepository
cd GitRepository  切换到GitRespository目录
6.  touch README.md 创建文件(可做测试文件)
7.  git init
8.  git add README.md
9.  git commit -m "first commit"
10.  git remote add origin https://github.com/xiaocuixt/test.git
11.  git push -u origin master
报错:fatal: HTTP request failed
git remote set-url origin https://xiaocuixt@github.com/xiaocuixt/test.git
#注意标红部分要将官方网站中的github.com改为”用户名@github.com”
再运行git push -u origin master按照提示输入github的登录密码即可。
 
12.在命令行中push一个已经存在的数据仓库(Push an existing repository from the command line)命令如下:
git remote add origin https://github.com/xiaocuixt/test.git
git push -u origin master
 
13.把github上面的代码克隆到本地repository:
git clone https://github.com/xiaocuixt/test.git
然后按照12步的方法push到github即可。

 

分享到:
评论

相关推荐

    6-CentOS安装Harbor1

    安装与配置 Harbor官方文档:https://github.com/vmware/harbor/blob/master/docs/installation_

    解决 github项目clone报错 Failed connect to github.com:443; 解决

    系统环境:CentOS Linux release 7.6.1810 (Core) 起因:npm构建时报错 npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t https://github.com/nhn/raphael.git npm ERR! npm ERR! fatal: ...

    centos-7-docker.rar

    windows 10 WSL 安装 Centos 1. 打开 WSL,没啥好说的 使用管理员权限打开 powershell,执行 Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 或者在程序和功能选中 WSL。...

    AndroidSDKCentOS7:在 CentOS 7 上安装 Android SDK

    在 CentOS 7 上安装 Android SDK 在 CentOS 7 上下载并安装 Android SDK。 wget ...

    centos版本的nacos

    从GitHub上下载的,由于国内GitHub太慢,所以下载的nacos放在csdn上作为备份,有需要的可以下载。里面有个彩蛋,就是redis的服务配置文件,是可以直接使用的,有可能有些小伙伴的电脑会报错:redis start request ...

    CentOS 安装opencv4.1.2的详细安装步骤

    1.安装库  sudo yum -y install pkgconfig cmake curl git gtk2-devel libpng-devel libjpeg-devel libtiff-devel tbb tbb-devel libdc1394-devel unzip 2.下载文件 ...

    CentOS环境下安装PHPUnit的方法分析

    主要介绍了CentOS环境下安装PHPUnit的方法,结合实例形式分析了CentOS环境下安装PHPUnit的步骤、相关问题与解决方法,需要的朋友可以参考下

    docker-centos:自动构建阿里云源的CentOS 7的docker基础镜像Dockerfile

    这个仓库包含centos基础镜像的docerfile文件基础镜像安装和构建安装: 构建: docker build -t="dockerxman/docker-centos" github.com/xiongjungit/docker-centos使用docker run -it --rm dockerxman

    pane-fixer-centos.rar

    Github链接:https://github.com/JamesHoi/pane-fixer-centos 修复Centos图形界面中文乱码,亲测在Centos7.5环境下有效

    2018尚硅谷Git和GitHub视频教程

    02.为什么要使用版本控制 03.版本控制介绍 04.Git简史 05.Git优势 06.Git程序安装过程 ...57.安装CentOS7 58.安装Gitlab前的准备和介绍 59.Gitlab安装 60.配置并启动Gitlab服务器 61.浏览器访问Gitlab首页 62.总结

    ffmpeg_installer:用于在CentOS中编译,安装和卸载FFmpegLinux Shell脚本

    用于在CentOS中编译,安装和卸载FFmpegLinux Shell脚本(已在7.0上测试)。 该脚本基于。 安装 cd ~ sudo yum -y install git git clone https://github.com/jnaqsh/ffmpeg_installer/ cd ffmpeg_installer chmod +x...

    Centos7 安装docker-compose

    在 Linux 上的也安装十分简单,从 官方 GitHub Release 处直接下载编译好的二进制文件即可。 例如,在 Linux 64 位系统上直接下载对应的二进制包。 curl -L ...

    Centos7.6安装redis6.0.1

    Centos7.6安装redis6.0.1redis最新版下载地址安装redis报错1:/bin/sh: cc: command not found报错2:server.c:xxxx:xx: error: ‘xxxxxxxx’ has no member named ‘xxxxx’其他命令 redis最新版下载地址 github ...

    docker-centos-ffmpeg:用于构建 FFmpeg 的 Docker 镜像

    CentOS 6 的 FFmpeg 构建 此 Docker 映像为 CentOS 6 构建静态 ffmpeg 库(和二进制文件)。... git clone https://github.com/geekman/docker-centos-ffmpeg docker build -t zxgm/ffmpeg-build docker-ce

    Github-Full-Stack:本项目使用React Hook+Next.js+Koa2 来搭建一个github的简单版本,包括仓库展示,搜索,Issues和readme的展示

    在线地址预览 Github-Full-Stack本项目使用React Hook+Next.js+Koa2 来搭建一个github的简单版本,数据来源Github OAUTH,包括仓库展示,搜索,Issues和readme的展示需要安装rediscentos安装更新安装源sudo yum install ...

    server:CentOS服务器安装和配置

    CentOS 6和7服务器安装和配置 请在执行任何脚本之前下载所有文件。 它们之间有几个依赖关系。 您可以使用: sudo yum install wget unzip -y wget https://github.com/simplyjarod/server/archive/master.zip unzip...

    shellcheck在centOS/redHat下已编译的可执行文件

    如果想要自行尝试编译,推荐如下参考,成功概率较大:https://github.com/koalaman/shellcheck/wiki/CentOS6 附件是在centOS/redHat下已编译的可执行文件,理论上可以在其他centOS/redHat平台版本下使用,因编译过程...

    docker脚本快速安装-CentOS7

    1.安装依赖包 yum install -y yum-utils device-mapper-persistent-data lvm2 2.脚本快速安装 ...sh get-docker.sh –mirror Aliyun  3....docker version  4....curl -L https://github.com/docker/compo

    CentOS 6.5 安装git教程

    安装git实例代码,最新2015年12月亲测有效。关于git安装的问题有详细解决方法

    BAT 0.8.0 for centos7

    带高亮、行号的cat 官方说明https://github.com/sharkdp/bat

Global site tag (gtag.js) - Google Analytics