WebIDE: Clone GIT repository issue

Hello Colleagues!
When I try to clone a GIT repository in the Web IDE, I am receiving the following error message:
4:34:48 PM (git) Clone request sent
4:38:01 PM (git) Clone request failed https://[email protected]/z_i840577_fiori: cannot open git-upload-pack
The GIT repository was created via Project Portal.
Does anyone know how to solve this issue?
Thanks and Regards,
Borin, Lucas

Hello Firas!
This issue also happens when I clone a repository from the GitHub to WebIDE.
I added you to my project as a Project Team/Committers, so now you can clone the GIT repository. Please, try to clone it to your WebIDE and check if the same issue happens for you.
What kind of details do you want?
Thanks,
Borin, Lucas

Similar Messages

  • Unable to clone git repository in Visual Studio Monaco

    I am unable to clone from VSO Online repository. The following error is returned upon clicking the "Clone" button:
    git clone "https://{name}.visualstudio.com/DefaultCollection/_git/{project}" .
    Cloning into '.'...
    fatal: https://{name}.visualstudio.com/DefaultCollection/_git/{project}/info/refs not valid: is this a git repository?
    Any thoughts appreciated!

    Hi idodev,
    Since this thread is more related to Visual Studio Online, I will move it to the right forum for a better response. Thanks for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [HTML5 App] "authentication not supported" when attempt to clone git repository on Eclipse

    Greetings,
      I attempt to clone a project from git.hanatrial.ondemand.com to eclipse by following Rui's guideline (Lightweight HTML5 apps and Git on SAP HANA Cloud Platform) but authentication not supported error prompted.
      Do I need additional authentication in order to do that?
    BR,
    Chapman

    lykwydchykyn wrote:is this indeed an authentication issue of some kind?
    The "Permission denied (publickey)" message suggests that this is the case. Double-check that your ~/.ssh/config and the public key on the AUR web interface are correct.

  • Libgit2 Error - Trying to checkout/clone a git repository with Visual Studio Tools for Git

    I'm trying to clone a branch from our git repository using Visual Studio Tools for Git. I'm doing the following:
    1. We have a local server that stores all our repositories and they are tracked using GIT+Stash
    2. I create a subbranch B1 from master in repository X using stash
    3. Stash will give me a URL in the form http://user@stash:7990/src/x/repository.git
    4. I go to Visual Studio (where I already installed Visual Studio Tools for Git) and follow the instructions to clone this branch to my local machine using the procedure as described in: Open and Clone a Git team project http://msdn.microsoft.com/en-us/library/hh850445.aspx#remote_3rd_party_connect_clone
    5. Visual studio shows the following error: An error occurred. Detailed message: An error was raised by libgit2. Category = Zlib (Error).
    Failed to inflate packfile
    What is libgit2? Is there anything I should change in my settings or paths? The only workaround I have found for this issue is to clone my branch through Source Tree (third party tool) and then open visual studio, then any other functionality will be fine
    (e.g. commits, push, sync, pull etc, all this I can do directly from Visual Studio)... but why can't I clone from Visual Studio?
    Notes:
    - We're not using TFS (i.e. we only use Git and I'm effectively trying to do the step found in this URL: http://msdn.microsoft.com/en-us/library/hh850445.aspx#remote_3rd_party_connect_clone)
    - We use Atlassian Stash (installed in our servers) to create the repositories and branches
    - I'm using Visual Studio 2012
    David

    Hi David,
    I am sorry that I can't reproduce your issue on my machine. I can't set the shared folder path (\\DEVELOPMENT) as local path, but I can set D:\folder which maps to the
    \\DEVELOPMENT path as the local path.
    Maybe you can submit one feedback on the Microsoft Connect site here above your issue:
    https://connect.microsoft.com/VisualStudio/feedback/CreateFeedbackForm.aspx?FeedbackFormConfigurationID=5303&FeedbackType=1
    Thanks.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [SOLVED] AUR blackbox-git: cannot clone git repo

    Hi
    I'm trying to install blackbox-git package from aur.
    When I do "makepkg -s" inside unpacked blackbox-git repository I receive the following error message:
    ==> Making package: blackbox-git 0.70.2-1 (Tue Feb  4 18:19:42 CET 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
      -> Cloning blackboxwm git repo...
    Cloning into bare repository '/home/jaro/blackbox-git/blackboxwm'...
    fatal: unable to connect to github.com:
    github.com[0: 192.30.252.129]: errno=Connection timed out
    In PKGBUILD (https://aur.archlinux.org/packages/bl/b … t/PKGBUILD) I can see
    see that it clones a package from:
    http://github.com/bbidulock/blackboxwm
    When I do the following manually the repo gets cloned perfectly:
    git clone http://github.com/bbidulock/blackboxwm
    I cannot just install blackbox from community repo since it does not contain "bt" library required by bbkeys.
    Please help me
    Last edited by jaro (2014-02-05 16:52:12)

    jaro wrote:Works great. Thanks
    [SOLVED]
    Please remember to actually add [Solved] to the beginning of your thread title.
    All the best,
    -HG

  • Deploying multiple sites in single GIT repository to Azure

    Hello!  My Git repository has 2 sites that need deployed:
    Root
        MaterialTransferService
        SinglePageApp.Web
    Those two deploy to:
    WebRoot\
    WebRoot\API
    API being a virtual directory.
    I can deploy fine from Visual Studio 2013 so long as I deploy them individually.  Is there any way to get the respective projects deployed to the correct locations?  This has to be a common scenario.
    Thank you!

    I'm not sure if this has come up before actually. But you should be able to write a
    custom deployment script that builds and deploys both.
    I think you'll want to do it so that both projects get built into the same folder (parent first), and then use a single KUDU_SYNC call to copy everything into wwwroot. This will make more sense once you look at the default deployment script you get for a
    single project (example here).

  • Git repository not found  ?

    Hi Experts,
    I am following the Hello World Tutorial example url https://help.hana.ondemand.com/help/frameset.htm?c550a13133ea4021a25fa0cdb8d307c0.html
    but I got the error
    https://git.hanatrial.ondemand.com/p124113trial/html5app1: Git repository not found .
    I could not find the right solution. but I have realized that git.hanatrial.ondemand.com is not available and that could be the problem in my case. Could you please help its its something to do with the tutorial it self or am I doing any mistake?
    Appreciate your help
    Regards
    Maruti

    Hi Experts,
    I am following the Hello World Tutorial example url https://help.hana.ondemand.com/help/frameset.htm?c550a13133ea4021a25fa0cdb8d307c0.html
    but I got the error
    https://git.hanatrial.ondemand.com/p124113trial/html5app1: Git repository not found .
    I could not find the right solution. but I have realized that git.hanatrial.ondemand.com is not available and that could be the problem in my case. Could you please help its its something to do with the tutorial it self or am I doing any mistake?
    Appreciate your help
    Regards
    Maruti

  • A orion plugin to enable a private git repository

    Hi,
    I need to build an application flow using orion plugins. I have several plugins to deploy on my application. So I need some help.
    Here is the statement :
    When Editing a user file, I want a plugin that saves the content of the editor and check it in into a dedicated git hub repository. So the plugin just have several informations to do the work like the address of the dedicated git, the name of the user and his password.
    Please I want any help. I want any tip, if it exist a orion plugin which do the same or a similar job tell me please.
    Thanks!

    post this question in the Orion forum or on the Orion mailing list
    https://www.eclipse.org/forums/index.php/f/227/
    https://dev.eclipse.org/mailman/listinfo/orion-dev

  • ODI Import Work Repository Issue

    Hi All,
    AS part of implementation of OBI Apps 7.9.5.2. I was trying to import the Oracle BI Applications Work Repository but when i was following the process of importing using the ZIP file. I was getting error.
    The error details were
    Oracle Data Integrator Error -----> java.lang.OutOfMemoryError
    Can Any one help me resolve this error ?
    Thanks and Regards,
    Krishna Prasad.

    Hi All,
    i got the issue. Need to increase the java heap memory size in the parameter file.... which resolves this issue

  • How to create a GIT Repository ??

    Hello, there's a manual or tutorial for create a GIT local repository server , that can be available trough my lan ??
    Last edited by thdn (2010-12-28 14:43:16)

    https://git.wiki.kernel.org/index.php/Main_Page

  • T540P Update Retriever System Update Repository Issues

    Hi Community,
    currently i have to deploy T540p Thinkpads and have several issues with the Installation of Drivers and Software.
    1. Intel WLAN Driver ist not beeing downloaded from update retreiver, only a Realtek driver! Please fix!
    Our Device: System-Modell    20BE0041GE have an Intel WLAN-Card! VEN/DEV 8086/08B2
    2. internal Camera Installation asks if the Microsoft Driver should be replaced! Please fix and overwrite! or give us any parameters for the China-Installer! ggca17ww
    3. The Bluetooth and HD-Graphics Drivers for the T540p displays a Reboot-Warning-Message while silent rollout!
    I had to change the reboot type from 1 to 3 to stop these messages. I never saw these messages before.
    I call the tvsukernel.exe with following parameters:
    /CM -search A -action INSTALL -repository \\servername\sharename -includerebootpackages 1,3,4 -noreboot -noicon
    Please Help

    As far as item 3:
    Refer to the SU 4  deployment guide, page 61. ( <<<<<you probably are aware of this<<<)
    %ANYPATH%\Thininstaller.exe /CM –search R
    –action INSTALL –noicon
    –includerebootpackages 1,3,4 -noreboot
    Installs all critical and recommended packages
    with specified reboot types without displaying a
    balloon tooltip from the application icon in the
    notification area after the installation is completed,
    and suppresses the system reboot for packages
    with reboot type 3.
    ===
    Bluetooth is a reboot type 3, reboot required was in the one  driver I pulled up. (realtek).
    Multiple bluetooth drivers are listed on the catalog page.  I will look later and see if any are coded reboot type 1.
    http://download.lenovo.com/catalog//20BE_Win7.xml

  • ODI Demo Environment - Work Repository issue

    I'm a newbie to ODI, and have downloaded the software and the demo environment (plus instructions). Setup seems to go fine, but when I get to the point where I should connect to the demo environment, I follow the instructions but am unable to type in WORKREP as the Working Repository - the field is greyed out, and I cannot proceed further.
    I have started the demo environment using startdemo.bat, and everything else seems OK (or at least doesn't error) aside from this.
    Am I correct in saying that the RCU does not need to be run, just to use the Demo Environment?
    Please can anyone help? I would like to evaluate the product but have run up against this wall.
    Many thanks,
    Ian

    Hi,
    I had similar issue on Windows..
    Solution,
    1) I downloaded jrockit SDK.
    2) Pointed JAVA_HOME to this installation
    3) Extract the demo folder (i.e. under <ODI_HOME> as odidemo)
    Start the agent.
    Run ODI enter the details as described in http://download.oracle.com/docs/cd/E14571_01/integrate.1111/e12641/start_odi.htm.
    Specify the Oracle Data Integrator connection details as follows:
    Login name: Getting Started - ETL Project
    User: SUPERVISOR
    Password: SUNOPSIS
    Note that username and password are case sensitive.
    Specify the Database Connection (Master Repository) details as follows:
    User: sa
    This is the database user ID/login of the schema (database, library) that contains the ODI master repository
    Password: Leave this field empty.
    Driver List: Select Hypersonic SQL Driver from the list.
    This driver is required to connect to the DBMS supporting the master repository.
    Driver Name: org.hsqldb.jdbcDriver [This is different when populated by ODI]
    URL: jdbc:hsqldb:hsql://localhost
         or
         jdbc:hsqldb:hsql://<<hostip>>:<port>:<sid> (if you have db installed on different box)

  • Pcmanfm-git Automount issues in lxde

    I just installed archlinux lxde on my netbook with pcmanfm-git instead of normal (for udisks mounting) but i have an issue. I log in and it gives me a warning:
    Error mounting: mount: /dev/sdb1 already mounted or /media/... busy
    if I uninstall the git version and install reg pcmanfm, the error goes away, but i lose automounting.
    Anyone have any clues about this?
    EDIT: was experimenting, but it seems if I remove pcmanfm from autostart (lose my desktop) it fixes itself. Does this mean i'll need to use nitrogen for my wallpaper? I should note that i use compiz for my wm, as i'm sure that makes a difference.
    Last edited by Japanlinux (2011-01-23 06:22:58)

    I have a similar problem in nautilus when I have a mount listed in my fstab.  There are 2 instances of all drives in nautilus because of my fstab file though so if you have only one on the left your problem is probably different.
    @edit, I used compiz to set the wallpaper via the wallpaper plugin in ccsm.

  • Repository Issues

    I just installed Crystal Reports 2008 on my laptop (licensed).  When I try to login to the repository, it tells my my server is either not running or the name is incorrect.  It's defaulting my server to my machine name.  The user name is defaulted to my windows login.  Nothing I enter works.
    Ideally, I'd like to create a repository on my local Oracle 10i db and use that.
    I'm not finding much useful information on the SAP site or the internet, and I'm kind of under the gun from my client.  I'm used to Business Objects repo where I simply run the DDL to create the tables in any db.  I'm assuming that the repo was created when I installed CR.
    Any ideas?

    Hi,
    I had the same problem this morning when i tried to access the repository from the ccx editor and fixed the issue.
    The problem was that my computer had not the DNS server configured on it to resolve the host name of my UCCX server when it tried to access the server's repository. I found the cause when searching in the log directory of the ccx editor program folder. I saw an error about host name that could not be resolved, so I configured the DNS servers statically on my network connection, then restarted this "evil" ccx editor and now it is working.
    I don't know if you are facing the same cause but searching in the log folder could give you clues about what is going on.
    Good luck and have a nice day ! (excuse me for my english)

  • Clone EM Repository

    Is it possible to clone a 10.2.0.3 grid control repository to another server? I would like to move my repository to another server, but I don't see any information regarding how to do this? Do I need create a new repository on the new server and manually copy over all of my settings?

    The 10.2.0.3 repository is a standard Oracle Enterprise Edition database. You can back it up via RMAN and restore it on the clone instance. You can configure it with Data Guard and do physical or logical replicas if you want live data. You can also create a streams interface to copy the tables that you want replicated if you want to clone it to another architecture.
    I guess the answer is that you can. The question is why. Why clone the database? Disaster recovery - DataGuard or RMAN depending upon your recovery window. Reporting and analysis - DataGuard with logical replica. Development - RMAN.
    pat

Maybe you are looking for

  • ICal 5.0 ignores meeting acceptances ?!

    Problem Description I send out meeting invitations to other colleagues within my organization (Exhange 2010 server) from iCal 5.0 (Lion 10.7.1).  When people are sending their reply, I can see the "accepted" in the e-mail subject, but double-clicking

  • Photoshop CS4 crashing -- need help

    I have recently installed PSCS4 and have just started using it. I am having trouble with the program crashing under Windows XP (SP3) on a 3.2 GHz, P4 single core machine e/w 2G RAM. I get the following error message: "The instruction at "0x262740db"

  • Alarm Clock

    Hi, I have iphone 3GS this June 2010. I am in Adelaide Australia. On 3rd of Oct'2010, South Australia started day light saving and the clocks are wound one hour ahead. The time is automatically updated to new time from my service provider ( Telstra)

  • Mystery accents... beginner question

    Hi, I'm new to logic and I'm wondering about some midi data that I've recorded; when I play it back I hear some unpleasing accents at seemingly random moments. I would've thought this would be due to the velocity of the notes, but I have the velocity

  • Mail shut down after launch

    Even after Recovery installation of OS X, Mail on ly worked one day before Mail again shut down after launch and receiving incoming mails. Any who have a functionally solution to fix this subject.