ubuntu18.04环境下如何将使用git将文件上传到github中,并将VScode文件上传至github中

本文详细介绍了如何在Ubuntu系统中安装配置Git,并通过VSCode连接GitHub进行项目管理和文件上传的操作步骤。

参考文章:

(12条消息) ubuntu下VSCode连接github_fellenB的博客-优快云博客

vscode 连接github - 知乎 (zhihu.com)

github - git push error: the requested URL returned error 400 - Stack Overflow

Ubuntu下的git使用指南_二二牧人的博客-优快云博客_ubuntu 初始化git

1 安装ssh和git

  a、安装ssh,因为git是基于ssh协议的,所以必须先装ssh:

sudo apt-get install openssh-server openssh-client

       安装好ssh后,启动ssh服务:

sudo /etc/init.d/ssh restart  

  b、安装git

sudo apt-get install git-core

2 配置git

git config --global core.quotepath false
git config --global user.name 你的英文名(str)
git config --global user.email 你的邮箱(str)
git 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值