polly3d / mockai

MockAI is a mock server for OpenAI's API. It allows you to simulate Chat Completions API responses for development and testing purposes.
MIT License
42 stars 16 forks source link

Unable to Push Branches - Requesting Clarification on Contribution Guidelines #4

Closed gfausagullo closed 2 months ago

gfausagullo commented 7 months ago

Issue Description

Hello! First off, I want to express how much I appreciate the project. The tools and features you have developed are very useful and I am keen to contribute. However, I have encountered a permission issue when trying to push branches.

Steps to Reproduce

  1. Attempted to push a new branch with the following command:

    git push origin feature/branch-name
  2. Received the following error:

    remote: Permission to polly3d/mockai.git denied to [your_username].
    fatal: unable to access 'https://github.com/polly3d/mockai.git/': The requested URL returned error: 403

    Questions

    • Are external contributors allowed to push branches directly or should we fork the repository?
    • Are there any specific contribution guidelines or protocols that I should follow?

    Thank you for your attention to this matter.

polly3d commented 2 months ago

Already fixed.