gpt4 book ai didi

git - 如何在我的 NetBeans IDE 中设置 github 存储库?

转载 作者:IT王子 更新时间:2023-10-29 00:57:17 25 4
gpt4 key购买 nike

我是 Github 的新手。我刚刚创建了一个 github 帐户,它如下所示:

步骤 1)

Global setup:
Set up git
git config --global user.name "MyName"
git config --global user.email MyName@gmail.com

Next steps:
mkdir Java
cd Java
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin git@github.com:MyName/Java.git
git push -u origin master

Existing Git Repo?
cd existing_git_repo
git remote add origin git@github.com:MyName/Java.git
git push -u origin master

第 2 步)NetBeans IDE 尝试将链接设置为 git@github.com:MyName/Java.git

enter image description here enter image description here

现在它给出了如上所示的错误。我该如何设置?

跟进:(以上过程没有成功)

$ create a project > cd /var/tmp/newproject
$ sudo git remote add origin git@github.com:me/newproject.git
$ ls -a
. .. build build.xml dist .git .gitignore manifest.mf nbproject src

$ Open netbeans
> Automatically it detects
> origin:git@github.com:me/newproject.git
> press next
> local branch
> select master
> press next
> press finish
Works!

最佳答案

使用 netbeans IDE 可以轻松设置 Github。按照步骤..

1 - 转到 github 并创建一个存储库,然后复制 URL,如 https://github.com/akatkar/ ....

2 - 打开 Netbeans IDE。如果未安装 GIT 插件,请从 tools/plugin 安装

3 - 从 Netbeans 团队菜单中单击克隆

4 - 将您的 URL 粘贴为存储库 URL,提供您的 github 用户名和密码

5 - Netbeans IDE 将克隆您的存储库并要求创建一个新应用程序

6 - 创建一个应用程序并在该应用程序中复制或创建您的源文件

7 - 提交更改并推送到远程

8 - 完成。从 github 检查您的更改并享受...

关于git - 如何在我的 NetBeans IDE 中设置 github 存储库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8456032/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com