milvus-io / milvus-sdk-cpp

C++ SDK for Milvus 2.0
Apache License 2.0
37 stars 21 forks source link

How to commit code #262

Open Monster880 opened 5 months ago

Monster880 commented 5 months ago

when I push code to origin branch. it will appear: ERROR: Permission to milvus-io/milvus-sdk-cpp.git denied to Monster880. fatal: Could not read from remote repository.

xiaofan-luan commented 5 months ago

you have to generate pull request instead of directly push the repo

Monster880 commented 5 months ago

i try but i can not create remote branch, maybe i don't have right to create a different branch to master branch...

Monster880 commented 5 months ago

any answer? @xiaofan-luan

xiaofan-luan commented 5 months ago

you need to fork and push to your own repo. see https://github.com/milvus-io/milvus/blob/master/CONTRIBUTING.md