当前位置:网站首页>Code management (novice)
Code management (novice)
2022-07-22 03:45:00 【RS&Hydrology】
One 、GitHub
1. Register an account and create a new warehouse
Registered account :https://github.com/
2. download GIT
Download address (window System ):https://git-scm.com/download/win
3. To configure Git
Refer to this configuration :https://www.bilibili.com/read/cv10612248
It should be noted that : Click on enter after , Will create a file .ssh.
Input ssh -keygen -t rsa -C “[email protected]”. Then replace the following email with your registered email . Then all the way back , Use the default path and empty password . Then it will be generated in the default path .ssh Folder , Open it with an editor id_rsa.pub Copy the key inside .( from : How to upload your code to github On :https://blog.csdn.net/qq_43111389/article/details/125644132)
4. Warehouse initialization
(1) Open the file where the code is located , Right click “Git Bash Here”.
(2) Input git init
, To create local git.
(3) Add a remote address to the warehouse , Enter the command : git remote add origin [email protected]:yourName/yourRepo.gityourName It's your user name ,yourRepo It's your warehouse name .
( But in the process of using , The network has been unstable , Hesitate to use this tool )
Reference material :
https://blog.csdn.net/qq_43111389/article/details/125644132
https://www.bilibili.com/read/cv10612248
Two 、 Code cloud
Use code cloud (Gitee) Open source code management :https://blog.csdn.net/qq_42450767/article/details/121727879
Official website :https://gitee.com/
Gitee Operation course :https://www.liaoxuefeng.com/wiki/896043488029600/1163625339727712
边栏推荐
- “F5G+EIoT“构建能源物联网,助力电力物联网数据服务
- JDBC 02: connect to MySQL and realize deletion and update
- Comptroller in compound, part 105
- 编译原理实验1——词法分析程序设计原理与实现
- SAP ABAP 解析 excel 文件的函数 TEXT_CONVERT_XLS_TO_SAP 单步执行分析
- 对话ACE第四期:分布式数据库未来发展的挑战和机遇
- Chapter 96 notes override in solid
- zooInspector下载
- ASP. Net GridView dynamically displays hidden columns and saves the customer's configuration (user control cookie version)
- [译] PostgreSQL 怎么决定PG 的备份策略
猜你喜欢
浅谈 Service Worker 在缓存资源以及Web Push上的应用
2022年7月31日DAMA-CDGA/CDGP数据治理认证班开启!
SAP ABAP 解析 excel 文件的函数 TEXT_CONVERT_XLS_TO_SAP 单步执行分析
Why is report development still a headache after using famous tools
特征抽取工具-Transformer-bert
代码管理(新手)
【全网首发】Redis系列4:高可用之Sentinel(哨兵模式)
大型体育场馆应急照明设计
CLion配置WSL工具链
NPM and the development history of yarn
随机推荐
2020年文章汇总
Part 100 library contract compatible with Eth and erc20
Idea publishes executable jar packages
【2022年中总结】我走得很慢,但我从不后退
Unity代码通过Package Manager导入包的方法
"If..." Rudyard Kipling
第102篇 Compound 介绍
Application of DC distribution system products at the end of data center
(板子)筛素数--线性筛和埃氏筛
yii2渲染自定义模板文件
How to make the demand unable to go online smoothly as scheduled (I) overall strategy
IDEA发布可运行的JAR包
Design and application of prepaid platform on power reform policy
Yii2 jsblock:: begin invalid problem
Compose a picture by inputting text by yourself
代码管理(新手)
Gsyvideoplayer slide refresh video
Understanding of poor Charlie's classic
【全网首发】Redis系列4:高可用之Sentinel(哨兵模式)
隐马尔科夫模型 HMM