Closed lf-araujo closed 7 years ago
I don't have time to maintain this project. Any help is appreciated.
Thank you for answering, I updated the project already. Will you be able to accept the pushes?
Best, lf
2017-10-29 21:56 GMT+11:00 Behrang Noruzi Niya notifications@github.com:
I don't have time to maintain this project. Any help is appreciated.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/behrang/YamlSwift/issues/61#issuecomment-340253389, or mute the thread https://github.com/notifications/unsubscribe-auth/AJq5LkRhtjBocjIl8WIlQUyRvGoonvmMks5sxFnLgaJpZM4QJ3A6 .
Please send the pull request.
@seivan can you check the pull request?
I am new to git and I am facing a problem. I have created a local branch, added the files, commited, however when I try to create a remote branch in order to push (with the command):
git push --set-upstream origin SPMsupport
I get:
remote: Permission to behrang/YamlSwift.git denied to lf-araujo.
fatal: unable to access 'https://github.com/behrang/YamlSwift/': The requested URL returned error: 403
What am I doing wrong?
@lf-araujo you're trying to push to behrang/YamlSwift
when you should be pushing to your own fork.
The file structure does not comply with the standard swift package manager.