使用命令行(终端)通过Github添加现有项目

时间:2015-03-21 22:32:35

标签: github terminal

我在使用终端通过Github添加现有项目时遇到问题。我使用了以下命令:

在终端中,添加将推送本地存储库的远程存储库的URL。

# Sets the new remote
git remote add origin remote repository URL

# Verifies the new remote URL
git remote -v

将本地存储库中的更改推送到GitHub。

# Pushes the changes in your local repository up to the remote repository 
# you specified as the origin
git push origin master

它带来了以下结果:

remote: Permission to Bloc/bloc-jams-student-skeleton.git denied to ynoorstani.
fatal: unable to access 'https://github.com/Bloc/bloc-jams-student-skeleton.git/': The requested URL returned error: 403

任何有用的提示或见解都会很棒!

1 个答案:

答案 0 :(得分:0)

只有当你是Bloc组织成员(here is the list)的一员时,你才可以写这个回购(推)。

由于您不在该列表中,因此需要fork that repo才能推送到该列表。