Ok, now pipline started.
But i can see nothing cloned. So there is no running build there :)

The first problem was, clone command coult not be executed
Now yellow progress bar apper, but nothing doing in background.

Rasih ÇAĞLAYAN <[email protected]>, 27 Eyl 2018 Per, 22:47 tarihinde
şunu yazdı:

> Hi.
> @Ankit the problem fixed.
>
> I followed this steps
>
> 1. Uninstall git
> 2. Restart server
> 3. Install lates version of Git
> 4. Delete flyweight folder under GoServer folder -> pipelines
> 5. Clone related repository with command line - cmd
> 6. Restart GoCd and GoAgent
> 7. Run pipeline on GoCd succeed
>
> Thank you very much for your support.
>
>
>
> Rasih ÇAĞLAYAN <[email protected]>, 26 Eyl 2018 Çar, 23:30
> tarihinde şunu yazdı:
>
>> Hi, i deleted folder flyweight under goserver folder.
>>
>> Nothing changed.
>>
>> I checked github related issue, they adviced as update to lates version.
>> I updated my git, but it requires restart, i could not find  a available
>> time range to do it; i ll report  result when i ve done about it.
>>
>> Thanks
>>
>> Ankit Srivastava <[email protected]>, 26 Eyl 2018 Çar, 23:17
>> tarihinde şunu yazdı:
>>
>>> Hi - Can you try deleting the flyweight folder and see if that helps.
>>>
>>> On Mon, Sep 24, 2018 at 9:37 PM Ankit Srivastava <[email protected]>
>>> wrote:
>>>
>>>> Can you check if HttpRequestException is related to this issue -
>>>> https://github.com/Microsoft/Git-Credential-Manager-for-Windows/issues/710
>>>>
>>>> Meanwhile, I'm looking into the "ambiguous argument" issue and will
>>>> keep you posted.
>>>>
>>>> On Mon, Sep 24, 2018 at 8:06 PM Rasih ÇAĞLAYAN <
>>>> [email protected]> wrote:
>>>>
>>>>> Hi, sure.
>>>>>
>>>>> I dont know what is first HttpRequest error but it clonse repository
>>>>> without problem if i run related git command.
>>>>>
>>>>> /.api.cqrs.git
>>>>> fatal: HttpRequestException encountered.
>>>>>    An error occurred while sending the request.
>>>>> 5a6adefd5163d9f4e3eb0e6a400820ddb       HEAD
>>>>> 666b61c1dd1ec7e0e0b56399a5fba32a3       refs/heads/dev_on
>>>>> a6adefd5163d9f4e3eb0e6a400820ddb        refs/heads/master
>>>>>
>>>>> Ankit Srivastava <[email protected]>, 24 Eyl 2018 Pzt, 23:20
>>>>> tarihinde şunu yazdı:
>>>>>
>>>>>> Can you provide the output of git ls-remote YOUR_GIT_REPO_URL?  -
>>>>>> feel free to remove any sensitive branch names.
>>>>>>
>>>>>> Also, one of the user had a similar issue which had to do with
>>>>>> account permissions. You can check here -
>>>>>> https://groups.google.com/d/msg/go-cd/wuZhknPKUag/sqtwEPoPAwAJ
>>>>>>
>>>>>>
>>>>>> On Mon, Sep 24, 2018 at 12:25 PM Rasih ÇAĞLAYAN <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> Hi.
>>>>>>>
>>>>>>> I checked it, i am sure bitbucket private repo is not empty.
>>>>>>> Also same configuration works well on another GOCD server. I am
>>>>>>> trying to seperate  it to another server. This error occurs in new one.
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>>
>>>>>>> 24 Eyl 2018 Pzt, saat 21:10 tarihinde Ankit Srivastava <
>>>>>>> [email protected]> şunu yazdı:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> Can you check and make sure the repo is not empty (maybe no commit
>>>>>>>> yet). You get the same error when repo is empty. Refer below:
>>>>>>>>
>>>>>>>> [image: Inline image 1]
>>>>>>>>
>>>>>>>> On Wed, Sep 19, 2018 at 10:13 AM Rasih ÇAĞLAYAN <
>>>>>>>> [email protected]> wrote:
>>>>>>>>
>>>>>>>>> Hi.
>>>>>>>>>
>>>>>>>>> After check connection feature "hang" i started pipeline and got
>>>>>>>>> following error.
>>>>>>>>> Any idea ?
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>    - Could not trigger pipeline 'test-api-build'19 Sep, 2018 at
>>>>>>>>>    20:24:07 Local Time
>>>>>>>>>
>>>>>>>>>    Material update failed for material 'test-api-repository'
>>>>>>>>>    because: Error performing command: --- Command --- git rev-parse
>>>>>>>>>    --abbrev-ref HEAD --- Environment ---
>>>>>>>>>    {GIT_ALLOW_PROTOCOL=http:https:ssh:git:file:rsync} --- INPUT ---- 
>>>>>>>>> --- EXIT
>>>>>>>>>    CODE (128) --- --- STANDARD OUT --- HEAD --- STANDARD ERR --- 
>>>>>>>>> STDERR:
>>>>>>>>>    fatal: ambiguous argument 'HEAD': unknown revision or path not in 
>>>>>>>>> the
>>>>>>>>>    working tree. STDERR: Use '--' to separate paths from revisions, 
>>>>>>>>> like this:
>>>>>>>>>    STDERR: 'git <command> [<revision>...] -- [<file>...]' --- . 
>>>>>>>>> Cause: Error
>>>>>>>>>    performing command: --- Command --- git rev-parse --abbrev-ref 
>>>>>>>>> HEAD ---
>>>>>>>>>    Environment --- {GIT_ALLOW_PROTOCOL=http:https:ssh:git:file:rsync} 
>>>>>>>>> ---
>>>>>>>>>    INPUT ---- --- EXIT CODE (128) --- --- STANDARD OUT --- HEAD --- 
>>>>>>>>> STANDARD
>>>>>>>>>    ERR --- STDERR: fatal: ambiguous argument 'HEAD': unknown revision 
>>>>>>>>> or path
>>>>>>>>>    not in the working tree. STDERR: Use '--' to separate paths from 
>>>>>>>>> revisions,
>>>>>>>>>    like this: STDERR: 'git <command> [<revision>...] -- [<file>...]' 
>>>>>>>>> ---
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 19 Eylül 2018 Çarşamba 19:57:04 UTC+3 tarihinde Rasih ÇAĞLAYAN
>>>>>>>>> yazdı:
>>>>>>>>>>
>>>>>>>>>> Hi.
>>>>>>>>>>
>>>>>>>>>> I am using 18.9 version of  GOCD
>>>>>>>>>>
>>>>>>>>>> I have 2 servers; win 2012 R2 x64  64 GB 32 core
>>>>>>>>>> GOCD bundled java version installed on both.
>>>>>>>>>>
>>>>>>>>>> Server A working great.
>>>>>>>>>>
>>>>>>>>>> But Server B hanging on "Check Connection" on material
>>>>>>>>>> configuration with exact same GOCD configuration (i backed-up and 
>>>>>>>>>> restored
>>>>>>>>>> files from Server A to Server B GOCD)
>>>>>>>>>>
>>>>>>>>>> I can use git repo without using password; i mean i already type
>>>>>>>>>> credentials before and git console is not asking again when i clone 
>>>>>>>>>> private
>>>>>>>>>> repos.
>>>>>>>>>>
>>>>>>>>>> Questions
>>>>>>>>>>
>>>>>>>>>> 1. Why GOCD has no option to store git user name and password for
>>>>>>>>>> CI-CD works even this process blocks many users ?
>>>>>>>>>>
>>>>>>>>>> 2. How can i store git user credentials on windows ? Am i doing
>>>>>>>>>> something wrong ? How can i test it tı get understood i  am doing 
>>>>>>>>>> right
>>>>>>>>>> about git configuration for GOCD
>>>>>>>>>>
>>>>>>>>>> 3. Why GOCD does not offer feed back after i press "check
>>>>>>>>>> connection" button on material configuration ? I dont have any error 
>>>>>>>>>> so how
>>>>>>>>>> can i fix it if there was no error feedback ?
>>>>>>>>>>
>>>>>>>>>> As a result if i have to create git configuration correctly for
>>>>>>>>>> GOCD, can you please explain how can i store my git credentials on 
>>>>>>>>>> windows
>>>>>>>>>> step by step ? I found some documents and applied them; nothing 
>>>>>>>>>> changed. So
>>>>>>>>>> i need
>>>>>>>>>>
>>>>>>>>>> 1. How to store git credentials on windows for future use
>>>>>>>>>> (without asking password for GOCD) step by step ? (if you know any 
>>>>>>>>>> stable
>>>>>>>>>> document please share url)
>>>>>>>>>> 2. How to test it to get understood am i doing right or not.
>>>>>>>>>>
>>>>>>>>>> I am not native English speaker so if is there any mistake; sorry.
>>>>>>>>>>
>>>>>>>>>> Thanks
>>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>>> Groups "go-cd" group.
>>>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>>>> send an email to [email protected].
>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>
>>>>>>>> --
>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>> Groups "go-cd" group.
>>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>>> send an email to [email protected].
>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>
>>>>>>> --
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "go-cd" group.
>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>> send an email to [email protected].
>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "go-cd" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>> send an email to [email protected].
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "go-cd" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to [email protected].
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "go-cd" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to