| |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
-> 开发工具 -> 将本地code推到gitee -> 正文阅读 |
|
[开发工具]将本地code推到gitee |
1.Git - Downloading Package?下载GIT客户端 2.安装git Git安装详细教程(windows系统)_奈何的人生-CSDN博客_git安装及配置教程 windows 3.解决git@github.com: Permission denied (publickey). Could not read from remote repository. 解决git@github.com: Permission denied (publickey). Could not read from remote repository. - 简书4.Git错误提示之:fatal: Not a git repository (or any of the parent directories): .git 解决git@github.com: Permission denied (publickey). Could not read from remote repository. - 简书 gitee 常用命令及顺序 项目目录下 0. Git clone https://gitee.com/lie/test.git 将git库拉取到本地 ------------------------------------------------------------------------------------------------------------------ PUSH: 3.1?本地库上使用命令?git remote add?把它和 Gitee 的远程库关联: git remote add origin git@gitee.com:imnoob/runoob-test.git 之后,就可以正常地用 git push 和 git pull 推送了! 如果在使用命令 git remote add 时报错: git remote add origin git@gitee.com:imnoob/runoob-test.git fatal: remote origin already exists. 这说明本地库已经关联了一个名叫 origin 的远程库,此时,可以先用?git remote -v?查看远程库信息: git remote -v origin????git@github.com:tianqixin/runoob.git (fetch) origin????git@github.com:tianqixin/runoob.git (push) 3.2git push -f?origin master #推到远程 修改: 1.git add . 2.git commit -m ‘提交’ 3.git push -f?origin master #推到远程 ---------------------------------------------------------------------------------------------------------------------------- pycharm中嵌套gitee 1.安装GIT 配置ssh公钥? 参考第一部分第三点 2.setting--version control?配置 gitee 配置账号 可以用私人令牌配置,先到GIT 安全设置--私人令牌--上生成私人令牌 3.vcs --git --先add - 在 commit? megess 最后 push |
|
|
上一篇文章 下一篇文章 查看所有文章 |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 | -2024/11/15 14:31:55- |
|
网站联系: qq:121756557 email:121756557@qq.com IT数码 |