我正在尝试使用egit将本地git存储库中的项目共享到远程gerrit存储库。
我按照以下步骤操作:
1. Created project and related files.
2. Shared project in local repository.
3. Ignored bin and setting by adding .gitignore file
4. Committed all the changes to local repository
现在我想把这个项目推向gerrit:
1. Right click on project Team -> Remote -> push to gerrit
我在http上使用它。我为用户生成了http密码,并且还授予了用户访问权限。当用户试图推它时说远程拒绝。我无法找到错误的原因。
另外,如果你能提供一些使用egit和gerrit的基本指导原则,那将非常有用。如果您需要任何其他信息,请告诉我。