http://my.oschina.net/OutOfMemory/blog/294133 1.在https://github.com new repository 2.在eclipse中new project 比如:Test项目 3.右击"Test"->Team->share project...
转载 2016-07-16 06:59:00
99阅读
2评论
1.在https://github.com new repository 2.在eclipse中new project 比如:Test项目 3.右击"Test"->Team->share project... ->select a repository type:Git 勾选 Use or crea
转载 2016-05-30 23:32:00
89阅读
2评论
1.在https://github.com   new repository2.在eclipse中new project  比如:Test项目3.右击"Test"->Team->share project...  ->select a repository type:Git勾选  Use or create repository in parent folder
原创 2023-05-18 11:27:12
79阅读
1.在https://github.com new repository 2.在eclipse中new project 比如:Test项目 3.右击"Test"->Team->share project... ->select a repository type:Git勾选 Use or creat
转载 2016-11-29 11:36:00
77阅读
2评论
1.在https://github.com new repository2.在eclipse中new project 比如:Test项目3.右击"Test"->Team->share project... ->select a repository type:Git勾选 Use or create repository in parent folder of proje
转载 2016-01-02 10:10:00
117阅读
1.配置ssh key ssh-keygen -t rsa -C "注册GitHub的邮箱" Enter file in which to save the key (/c/Users/yongfengnice/.ssh/id_rsa): //提示输入key保存的文件名称,默认是用户名下的.ssh文
原创 2022-05-17 09:30:22
172阅读
一、将自己github上的项目clone本地,然后push:1、在本地建立一个目录(E:/my-github),将该目
原创 2022-06-16 07:29:10
3032阅读
文章目录方式一:使用原生 git 操作方式二:使用 intellij idea 提交方式一:使用原生 git 操作步骤一:创建 github 项目首先我们打开 github 点击创建一个项目仓库然后我们填写其中的项目仓库信息,最后 README 文件可以勾上
原创 2021-07-06 16:20:58
3836阅读
文章目录方式一:使用原生 git 操作方式二:使用 intellij idea 提交方式一:使用原生 git 操作步骤一:创建 gith
原创 2022-01-15 15:43:30
282阅读
准备工作1、安装Git2、在github创建账号: https://github.com/准备工作完成后,接下来我们看看上传项目的步骤:一、【创建本地仓库】:我们需创建一个本地版本库(即本地的一个存放项目的文件夹)二、【把本地仓库变成Git可管理的仓库】:选中项目文件夹右键,选择Git Bash,接着会弹出dom, 此时可以通过命令git init把这个文件夹变成Git可管理的仓库三、【
转载 2023-07-24 10:48:54
83阅读
一、准备工作1.首先需要注册github账号。https://github.com/ 2.我们使用git,需要先安装git工具,这里给出下载地址,下载后一路直接安装即可:https://git-for-windows.github.io/二、建立仓库1.进入Github首页,点击New repository新建一个项目。 2.填写相应信息后点击create即可 Repository name: 仓
转载 2024-04-11 10:46:52
35阅读
1.下载git for window 2.下载TortoiseGit3.选择要上传的文件夹,且不能为空4.右击G
原创 2022-07-09 00:01:25
56阅读
  #…or create a new repository on the command lineecho "# springcloud" >
原创 2022-02-18 15:52:51
152阅读
  #…or create a new repository on the command lineecho "# springcloud" >> README.mdgit initgit add README.mdgit commit -m "first commit"git remote add origin https://github.com/accou...
原创 2021-08-25 09:49:22
147阅读
  作者 | 普通男生 来源 | juejin.im/post/5dc0e423f265da4d2c5ea133某天突然发现自己提交了代码,但是GitHub首页的小绿格没有增加。 一开始我以为是延迟,或者当天不能看到自己提交的贡献点,等到第二天才会有????? 查看了一下GitHub的Commit记录和本地的配置发现用户名与GitHub不一致会导致不增加贡献。 因为是在公司提交代码,所以在公
转载 2021-06-22 11:05:53
837阅读
1.生成SSH key: chengyu@LAPTOP-83LUD81O MINGW /e $ ssh-keygen -t rsa -C ...
转载 2021-07-17 18:04:00
299阅读
2评论
一、先在自己的github中创建一个库,这个要用到 二、打开idea,先个体idea配置git.exe的路径(很简单略),如图所示,点击Create Git Repository…弹出对话框,选择项目路径后,就会给该项目添加上Git相关的组件 添加后如图所示: 三、如图所示选择Remotes,出现对话框 在对话框中添加URL路径。url就是你之前创建的的GitHub的仓库路径 四、最后可以右键项目
转载 2024-05-11 19:22:33
534阅读
提交项目GitHub要忽略哪些文件呢?你是否都清楚了,不清楚的告诉你一个简单的技巧,轻松解决!
原创 2021-08-13 10:28:36
440阅读
在使用studio开发的项目过程中有时候我们想将项目发布github上,以前
原创 2023-04-06 10:49:08
206阅读
在使用studio开发的项目过程中有时候我们想将项目发布github上,以前都是用一种比较
原创 2023-07-05 11:10:06
125阅读
  • 1
  • 2
  • 3
  • 4
  • 5