So I cloned the repo with digiKam's new website using the following command:
git clone git://git.kde.org/websites/digikam-org I made some modifications and committed them. But when I try to do git push, I get the following error: fatal: remote error: access denied or repository not exported: /websites/digikam-org I have a KDE developer account, so I assume that I have write access. Any idea what I'm doing wrong? Thanks, Dmitri |
did you clone with anonym repository ? If yes, it's read only... Gilles Caulier 2017-03-30 13:31 GMT+02:00 Dmitri Popov <[hidden email]>: So I cloned the repo with digiKam's new website using the following command: |
In reply to this post by Dmitri Popov-2
I don't know what exactly your issue is, but I noticed that in contrast
to the core repo there is the "typical brach structure" in place. This is probably because master will be directly pushed into production (?). Mica pushed his recent theme hacking to a feature branch. So I believe access to the master branch is restricted (which is a good thing if my assumption about production is true). Can you push your changes to a new branch? On 30/03/17 13:31, Dmitri Popov wrote: > So I cloned the repo with digiKam's new website using the following command: > > git clone git://git.kde.org/websites/digikam-org > > I made some modifications and committed them. But when I try to do git > push, I get the following error: > > fatal: remote error: access denied or repository not exported: > /websites/digikam-org > > I have a KDE developer account, so I assume that I have write access. > Any idea what I'm doing wrong? > > Thanks, > Dmitri |
No, I am wrong. I just tried to confirm my theory and pushed some minor
changes (added favicons) to master and it allowed me to do that. I hope I didn't screw up anything... On 30/03/17 14:02, Simon Frei wrote: > I don't know what exactly your issue is, but I noticed that in contrast > to the core repo there is the "typical brach structure" in place. This > is probably because master will be directly pushed into production (?). > Mica pushed his recent theme hacking to a feature branch. So I believe > access to the master branch is restricted (which is a good thing if my > assumption about production is true). > Can you push your changes to a new branch? > > On 30/03/17 13:31, Dmitri Popov wrote: >> So I cloned the repo with digiKam's new website using the following command: >> >> git clone git://git.kde.org/websites/digikam-org >> >> I made some modifications and committed them. But when I try to do git >> push, I get the following error: >> >> fatal: remote error: access denied or repository not exported: >> /websites/digikam-org >> >> I have a KDE developer account, so I assume that I have write access. >> Any idea what I'm doing wrong? >> >> Thanks, >> Dmitri |
DMitry, Typically, Ben Coockley add you in account who are granted to commit. What's this comand give for you ? git config --get remote.origin.url Gilles Caulier 2017-03-30 14:07 GMT+02:00 Simon Frei <[hidden email]>: No, I am wrong. I just tried to confirm my theory and pushed some minor |
Hi Gilles,
The command doesn't return anything. Best, Dmitri On Thu, Mar 30, 2017 at 2:26 PM, Gilles Caulier <[hidden email]> wrote: > DMitry, > > Typically, Ben Coockley add you in account who are granted to commit. > > What's this comand give for you ? > > git config --get remote.origin.url > > Gilles Caulier > > 2017-03-30 14:07 GMT+02:00 Simon Frei <[hidden email]>: >> >> No, I am wrong. I just tried to confirm my theory and pushed some minor >> changes (added favicons) to master and it allowed me to do that. I hope >> I didn't screw up anything... >> >> On 30/03/17 14:02, Simon Frei wrote: >> > I don't know what exactly your issue is, but I noticed that in contrast >> > to the core repo there is the "typical brach structure" in place. This >> > is probably because master will be directly pushed into production (?). >> > Mica pushed his recent theme hacking to a feature branch. So I believe >> > access to the master branch is restricted (which is a good thing if my >> > assumption about production is true). >> > Can you push your changes to a new branch? >> > >> > On 30/03/17 13:31, Dmitri Popov wrote: >> >> So I cloned the repo with digiKam's new website using the following >> >> command: >> >> >> >> git clone git://git.kde.org/websites/digikam-org >> >> >> >> I made some modifications and committed them. But when I try to do git >> >> push, I get the following error: >> >> >> >> fatal: remote error: access denied or repository not exported: >> >> /websites/digikam-org >> >> >> >> I have a KDE developer account, so I assume that I have write access. >> >> Any idea what I'm doing wrong? >> >> >> >> Thanks, >> >> Dmitri >> > |
In reply to this post by Gilles Caulier-4
Opps, sorry wrong directory! The command returns this:
git://git.kde.org/websites/digikam-org Best, Dmitri On Thu, Mar 30, 2017 at 2:26 PM, Gilles Caulier <[hidden email]> wrote: > DMitry, > > Typically, Ben Coockley add you in account who are granted to commit. > > What's this comand give for you ? > > git config --get remote.origin.url > > Gilles Caulier > > 2017-03-30 14:07 GMT+02:00 Simon Frei <[hidden email]>: >> >> No, I am wrong. I just tried to confirm my theory and pushed some minor >> changes (added favicons) to master and it allowed me to do that. I hope >> I didn't screw up anything... >> >> On 30/03/17 14:02, Simon Frei wrote: >> > I don't know what exactly your issue is, but I noticed that in contrast >> > to the core repo there is the "typical brach structure" in place. This >> > is probably because master will be directly pushed into production (?). >> > Mica pushed his recent theme hacking to a feature branch. So I believe >> > access to the master branch is restricted (which is a good thing if my >> > assumption about production is true). >> > Can you push your changes to a new branch? >> > >> > On 30/03/17 13:31, Dmitri Popov wrote: >> >> So I cloned the repo with digiKam's new website using the following >> >> command: >> >> >> >> git clone git://git.kde.org/websites/digikam-org >> >> >> >> I made some modifications and committed them. But when I try to do git >> >> push, I get the following error: >> >> >> >> fatal: remote error: access denied or repository not exported: >> >> /websites/digikam-org >> >> >> >> I have a KDE developer account, so I assume that I have write access. >> >> Any idea what I'm doing wrong? >> >> >> >> Thanks, >> >> Dmitri >> > |
yes, this is fine. Ask to Ben Cooksley <[hidden email]> by mail. Perhaps something is wrong... Gilles Caulier 2017-03-30 14:58 GMT+02:00 Dmitri Popov <[hidden email]>: Opps, sorry wrong directory! The command returns this: |
Will do. Thanks, Gilles!
On Thu, Mar 30, 2017 at 3:25 PM, Gilles Caulier <[hidden email]> wrote: > yes, this is fine. > > Ask to Ben Cooksley <[hidden email]> by mail. Perhaps something is > wrong... > > Gilles Caulier > > 2017-03-30 14:58 GMT+02:00 Dmitri Popov <[hidden email]>: >> >> Opps, sorry wrong directory! The command returns this: >> >> git://git.kde.org/websites/digikam-org >> >> Best, >> Dmitri >> >> On Thu, Mar 30, 2017 at 2:26 PM, Gilles Caulier >> <[hidden email]> wrote: >> > DMitry, >> > >> > Typically, Ben Coockley add you in account who are granted to commit. >> > >> > What's this comand give for you ? >> > >> > git config --get remote.origin.url >> > >> > Gilles Caulier >> > >> > 2017-03-30 14:07 GMT+02:00 Simon Frei <[hidden email]>: >> >> >> >> No, I am wrong. I just tried to confirm my theory and pushed some minor >> >> changes (added favicons) to master and it allowed me to do that. I hope >> >> I didn't screw up anything... >> >> >> >> On 30/03/17 14:02, Simon Frei wrote: >> >> > I don't know what exactly your issue is, but I noticed that in >> >> > contrast >> >> > to the core repo there is the "typical brach structure" in place. >> >> > This >> >> > is probably because master will be directly pushed into production >> >> > (?). >> >> > Mica pushed his recent theme hacking to a feature branch. So I >> >> > believe >> >> > access to the master branch is restricted (which is a good thing if >> >> > my >> >> > assumption about production is true). >> >> > Can you push your changes to a new branch? >> >> > >> >> > On 30/03/17 13:31, Dmitri Popov wrote: >> >> >> So I cloned the repo with digiKam's new website using the following >> >> >> command: >> >> >> >> >> >> git clone git://git.kde.org/websites/digikam-org >> >> >> >> >> >> I made some modifications and committed them. But when I try to do >> >> >> git >> >> >> push, I get the following error: >> >> >> >> >> >> fatal: remote error: access denied or repository not exported: >> >> >> /websites/digikam-org >> >> >> >> >> >> I have a KDE developer account, so I assume that I have write >> >> >> access. >> >> >> Any idea what I'm doing wrong? >> >> >> >> >> >> Thanks, >> >> >> Dmitri >> >> >> > > > |
Dmitri, Did you already create an ssh key, and add it to your account? You can check on your identityf page: Log in, click on "MANAGE SSH KEYS". There will need to be a key associated with your account. I'm happy to write detailed instructions if you don't have one associated yet (or have your git setup to use it). --- On a related note, so everyone knows. I plan on writing detailed documentation on how to contribute, maintain, and modify the site (with the goal being that it's documented well enough for anyone else to pick it up in the future). I'll start drafting something soon! pat On Thu, Mar 30, 2017 at 8:34 AM Dmitri Popov <[hidden email]> wrote: Will do. Thanks, Gilles! -- https://patdavid.net GPG: 66D1 7CA6 8088 4874 946D 18BD 67C7 6219 89E9 57AC |
Hi Pat,
For the short run: What is the general idea with the existing branches? E.g. adding bigger things to a new feature branch and small fixes (like typos, link corrections and the like) directly to dev or master? Cheers, Simon On 30/03/17 15:51, Pat David wrote:
|
Sorry I'm a bit late, I'm in the pacific time zone. Please branch on all major additions. Tiny things like typos are OK to fix and push. Please pull right before you push so we can avoid silly merge commits where ever possible.
Please push to dev before pushing to master. Dev deploys to staging.digikam.org. Best, Mica On March 30, 2017 6:58:28 AM PDT, Simon Frei <[hidden email]> wrote:
Hi Pat, |
Quick status update. Apparently, my account didn't have push rights.
Ben fixed this, so everything is fine now. I've created the content-revision branch where I do all my content updates. Best, Dmitri On Thu, Mar 30, 2017 at 4:47 PM, Mica Semrick <[hidden email]> wrote: > Sorry I'm a bit late, I'm in the pacific time zone. Please branch on all > major additions. Tiny things like typos are OK to fix and push. Please pull > right before you push so we can avoid silly merge commits where ever > possible. > > Please push to dev before pushing to master. Dev deploys to > staging.digikam.org. > > Best, > Mica > > > On March 30, 2017 6:58:28 AM PDT, Simon Frei <[hidden email]> wrote: >> >> Hi Pat, >> >> For the short run: What is the general idea with the existing branches? >> E.g. adding bigger things to a new feature branch and small fixes (like >> typos, link corrections and the like) directly to dev or master? >> >> Cheers, >> Simon >> >> On 30/03/17 15:51, Pat David wrote: >> >> Dmitri, >> >> Did you already create an ssh key, and add it to your account? You can >> check on your identityf page: >> >> http://imgur.com/a/igSq7 >> >> Log in, click on "MANAGE SSH KEYS". >> >> There will need to be a key associated with your account. >> >> I'm happy to write detailed instructions if you don't have one associated >> yet (or have your git setup to use it). >> >> --- >> On a related note, so everyone knows. I plan on writing detailed >> documentation on how to contribute, maintain, and modify the site (with the >> goal being that it's documented well enough for anyone else to pick it up in >> the future). >> >> I'll start drafting something soon! >> >> pat >> >> >> On Thu, Mar 30, 2017 at 8:34 AM Dmitri Popov <[hidden email]> wrote: >>> >>> Will do. Thanks, Gilles! >>> >>> On Thu, Mar 30, 2017 at 3:25 PM, Gilles Caulier >>> <[hidden email]> wrote: >>> > yes, this is fine. >>> > >>> > Ask to Ben Cooksley <[hidden email]> by mail. Perhaps something is >>> > wrong... >>> > >>> > Gilles Caulier >>> > >>> > 2017-03-30 14:58 GMT+02:00 Dmitri Popov <[hidden email]>: >>> >> >>> >> Opps, sorry wrong directory! The command returns this: >>> >> >>> >> git://git.kde.org/websites/digikam-org >>> >> >>> >> Best, >>> >> Dmitri >>> >> >>> >> On Thu, Mar 30, 2017 at 2:26 PM, Gilles Caulier >>> >> <[hidden email]> wrote: >>> >> > DMitry, >>> >> > >>> >> > Typically, Ben Coockley add you in account who are granted to >>> >> > commit. >>> >> > >>> >> > What's this comand give for you ? >>> >> > >>> >> > git config --get remote.origin.url >>> >> > >>> >> > Gilles Caulier >>> >> > >>> >> > 2017-03-30 14:07 GMT+02:00 Simon Frei <[hidden email]>: >>> >> >> >>> >> >> No, I am wrong. I just tried to confirm my theory and pushed some >>> >> >> minor >>> >> >> changes (added favicons) to master and it allowed me to do that. I >>> >> >> hope >>> >> >> I didn't screw up anything... >>> >> >> >>> >> >> On 30/03/17 14:02, Simon Frei wrote: >>> >> >> > I don't know what exactly your issue is, but I noticed that in >>> >> >> > contrast >>> >> >> > to the core repo there is the "typical brach structure" in place. >>> >> >> > This >>> >> >> > is probably because master will be directly pushed into >>> >> >> > production >>> >> >> > (?). >>> >> >> > Mica pushed his recent theme hacking to a feature branch. So I >>> >> >> > believe >>> >> >> > access to the master branch is restricted (which is a good thing >>> >> >> > if >>> >> >> > my >>> >> >> > assumption about production is true). >>> >> >> > Can you push your changes to a new branch? >>> >> >> > >>> >> >> > On 30/03/17 13:31, Dmitri Popov wrote: >>> >> >> >> So I cloned the repo with digiKam's new website using the >>> >> >> >> following >>> >> >> >> command: >>> >> >> >> >>> >> >> >> git clone git://git.kde.org/websites/digikam-org >>> >> >> >> >>> >> >> >> I made some modifications and committed them. But when I try to >>> >> >> >> do >>> >> >> >> git >>> >> >> >> push, I get the following error: >>> >> >> >> >>> >> >> >> fatal: remote error: access denied or repository not exported: >>> >> >> >> /websites/digikam-org >>> >> >> >> >>> >> >> >> I have a KDE developer account, so I assume that I have write >>> >> >> >> access. >>> >> >> >> Any idea what I'm doing wrong? >>> >> >> >> >>> >> >> >> Thanks, >>> >> >> >> Dmitri >>> >> >> >>> >> > >>> > >>> > >> >> -- >> https://patdavid.net >> GPG: 66D1 7CA6 8088 4874 946D 18BD 67C7 6219 89E9 57AC >> >> > |
Awesome Dimitri!
On March 31, 2017 1:32:33 AM PDT, Dmitri Popov <[hidden email]> wrote:
Quick status update. Apparently, my account didn't have push rights. |
Free forum by Nabble | Edit this page |