Yanbing
Yanbing
@markcowl , I would like a way to use X509Certifciate2 object in memory. This is usage from a powershell function app in consumption plan. Saving to a file require a...
@se7vanj , to run the function locally, where to change the blob storage account from "storage only" to a generic storage account?
@anurse, this is due to the same issue as #752. Can you try the workaround in [Setting up a Git server on Windows using Git for Windows and Win32_OpenSSH](https://github.com/PowerShell/Win32-OpenSSH/wiki/Setting-up-a-Git-server-on-Windows-using-Git-for-Windows-and-Win32_OpenSSH). please...
@doggy8088 we are working #1082, #1211, and this one together to escape double quotes in a central place. It is in progress.
@doggy8088, do you have a repro command for me to validate the change?
@doggy8088, I tried with powershell as default shell, it works fine ``` PS D:\git> git clone domain\user@serverhost:F:\git\testsource.git Cloning into 'testsource'... warning: You appear to have cloned an empty repository. ```...
@razrjk, I start looking this. Could you please share more information so I can try it from end to end? 1. Can you share the steps you setup the git...
@razrjk, my remote repo is setup at d:\testgit\myrepo.git on hostmachine. How do you specify the url for the path to your repo. I always see a '/' prefix at my...
@diogocp Thanks. yes, git clone username@domain@hostmachine:D:/testgit/myrepo.git works. your workaround works too. I am looking at the first issue @razrjk reported.