Google Cloud SDK installer ERROR Download failed: connecting to host - sdk

I'm trying to download Google Cloud SDK in my computer but during the installation that error occurred:
Download failed: connecting to host.
Can you help me to solve it?

This error could also occur if your computer is behind corporate firewall. The easiest solution is to NOT use installer, but download versioned archive using the following link https://cloud.google.com/sdk/docs/downloads-versioned-archives, then follow the instructions on the page e.g. for windows run .\google-cloud-sdk\install.bat

When i tried to install it today,i had the same issue,i figured out that it was the antivirus installed in my system which was creating the issue,either disable it for a while or change the settings to give download permission.

Related

Using the Jenkins Plugin installation manager tool for offline plugin download and installation

I downloaded the jar file from https://github.com/jenkinsci/plugin-installation-manager-tool as specified in the docs. We are behind a corporate proxy, so tried both with and without the proxy the following command ..
java -jar jenkins-plugin-manager-*.jar --war C:\PathToJenkins\Jenkins\jenkins.war --available-updates --plugin-file C:\PathToJenkins\Jenkins\plugins.txt
kept running into "Error getting update center json"
Has anyone faced similar issue ? Am I doing anything wrong ?

Can't access OVM Samba share MacOs / iOS (Invalid argument)

I have Open Media Vault set up on Raspberry Pi. I have connected an external drive, created the required shared folders, enabled SMB/CIFS.
Everything works great on Windows machine and Android devices, however, if I try to connect to the share through MacOS or iOS (files app), I get an error:
MacOS: There was a problem connecting to the server “raspberrypi”.
iOS: The operation couldn't be completed. Invalid argument
OMV is a default latest installation, no custom configs or anything.
The external drive is exFat type, it was working fine on pure Samba server before (without OMV).
Any ideas how can I fix this or at least how can I debug why I can't connect from MacOS and iOS?
I don't know if problem still persists on your side but enabling FTP server solved the issue for me.
Fix:
sudo kextload /System/Library/Extensions/smbfs.kext
https://developer.apple.com/forums/thread/659331?login=true

Windows10 internet connection problems after restarting. No hardware devices connections found

Yesterday was 13th, probably well known virus caused crash of internet connection and Windows 10 functions. I could not use keyboard and mouse either to restart or to repair Windows10 with advanced options. With installation USB program started but with bugs and no internet connections was available since no hardware devices found.
The freeware tool cFosICS manages Windows Internet Connection Sharing. It comes with additional commands to fix the Windows 10 bug which may stop Internet Connection Sharing from working after a reboot.
See details here: https://www.cfos.de/en/cfosspeed/cfosics.htm
Try Installation from a DVD .This is Most preferable.Or you can use latest version of RUFUS to boot your Flash Drive.Install the latest version of Windows 10 Pro.
Goto Here For Download
Make sure you have internet connectivity to Sign in to Windows Account.
Set the Update off if you have all problems are solved.
Hope it will help !!
I checked status on cmd with configip/all and got answer IP routing is disabled. So I went to device manager I looked in help how to connect to internet. In Microsoft Management Console/Contents/Get Connected/ there is Connecting to the Internet procedure.
I used Get-NetAdapter. t-NetAdapter: Cannot connect to CIM server error. The service can not be started, either because it is disabled or because another software installation is in progress. Same with Test-Configuration command. The error means: „Cannot connect the computer to the server because of restart pending.
The simple is to use Microsoft Virtual Agent which will with your problem question and it will guide it through steps needed to solve problem. It also recommednds cmd commands as referred above. In my case I had to update Windows10 with formed USB key.

How to resolve the deployment issue in Visual studio?

I have created an Add-in for MS Word using Visual studio. When i deploy and install that in other machine i get the following error message.*
Customized functionality in this application will not work because the certificate used to sign the deployment manifest for Sample or its location is not trusted. Contact your administrator for further assistance.
But i can able to install this add-in in few machines. Any idea why does this happen?*
I have found solution for this problem.
This problem occurs due to security level of the system. When we download the zip file from the internet, its contents are blocked in our system for security reasons. So the setup was not installed in other systems. We need to unblock the zip file (right click on zip file and press the unblock button). Now extract the contents of the zip file and try installing the setup file.

In Xcode 5 getting error when i add the server under the source control

When I create new project in Xcode 5, Am trying to add new server for source control. But am getting error alert like this "The Xcode service is disabled on this server. Please contact your administrator for help".
Please check out how to turn on the OSX Server Xcode service at the following link:
https://developer.apple.com/library/mac/documentation/IDEs/Conceptual/xcode_guide-continuous_integration/200-Adopting_a_Continuous_Integration_Workflow/adopt_continuous_integration.html#//apple_ref/doc/uid/TP40013292-CH3-SW1.
If review of this guide does not fix your issue please let me know more specifics about your environment. If it does help please consider accepting the answer so others will locate the resource.
Important Conceptual Notes:
When you setup a new project and you are offered a server this refers to an OSX Server only (not github or any non-OSX external server):
So basically just make sure the OSX Xcode service is ON or restart your 10.9+ OSX server if possible...
NB: If what you want to do is to push your repository to github.com or code.google.com please see the following links for instructions on getting this to run in Terminal. Once the link between the remote repository and your local directory then Xcode will be able to push updates to your remote repositories (this will be available as a checkbox when you commit your project).
Github Help
Pushing to Google Code
It sounds like you want to add a repository, not an XCode Continuous Integration server.
Adding a server is adding an XCode Continuous Integration server.
Use add repository instead. See the guide in the first link.
It seems like a "Server" in apple's definition is not a BitBucket server or GitHub server, it has to be a server that you host by yourself. Otherwise you are looking at adding a "repository".
I got enlightened by the screenshot below, note the server address:

Resources