How to clone a repository using ubuntu? - intranet

When I am trying to Clone my repository, I am getting this error.
"fatal: unable to access 'https://github.com/{mrblack9x}/alx-pre_course.git/': the requested url returned error: 400"

Related

Is there a way to make working a Kanban in the new version of SuiteCRM?

I've followed all these steps:
Installation of the package module, you need to download the latest version of the plugin from the link https://github.com/SidorkinAlex/Opportunities_kanban/releases/download/2.0.1/Build_2_0_1.zip
Then in SuiteCRM open the Module Loader (Administration -> Module Loader)
Download package archive
Click the install button.
After installation, you need to make a Quick Repair and Rebuild (Admin -> Repair ->Quick Repair and Rebuild).
Then, I try to prepare the settings of the Kanban: After installing the package, go to Administration -> Configuring modules for which the kanban board is available. Even I try to access the module and then it stops working:
Error in the view
Error ocurred while fetching metadata
Error in the console :
node_modules_angular_core_fesm2015_core_js-es2015.e67882692b6d3d658f6b.js:1 ERROR Error: Uncaught (in promise): Error: Http failure response for https://crm.name.com/api/graphql: 403 Forbidden Error: Http failure response for https://crm.name.com/api/graphql: 403 Forbidden at new t (node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.31fc3a06fac668918939.js:1:35812) at node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.31fc3a06fac668918939.js:1:66628 at r (node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.31fc3a06fac668918939.js:1:33160) at node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.31fc3a06fac668918939.js:1:33086 at new P (polyfills-es2015.6eb6bd3b6068c2595c2b.js:1:18300) at Object.then (node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.31fc3a06fac668918939.js:1:33053) at Object.error (node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.31fc3a06fac668918939.js:1:33170) at v (core_app_shell_src_bootstrap_ts-es2015.376068f61f1fb7ece8f1.js:1:165870) at \ _(core_app_shell_src_bootstrap_ts-es2015.376068f61f1fb7ece8f1.js:1:166366) at t.error (core_app_shell_src_bootstrap_ts-es2015.376068f61f1fb7ece8f1.js:1:166919) at w (polyfills-es2015.6eb6bd3b6068c2595c2b.js:1:16429) at w (polyfills-es2015.6eb6bd3b6068c2595c2b.js:1:15965) at polyfills-es2015.6eb6bd3b6068c2595c2b.js:1:17272 at u.invokeTask (polyfills-es2015.6eb6bd3b6068c2595c2b.js:1:7770) at Object.onInvokeTask (node_modules_angular_core_fesm2015_core_js-es2015.e67882692b6d3d658f6b.js:1:198001) at u.invokeTask (polyfills-es2015.6eb6bd3b6068c2595c2b.js:1:7691) at t.runTask (polyfills-es2015.6eb6bd3b6068c2595c2b.js:1:3166) at b (polyfills-es2015.6eb6bd3b6068c2595c2b.js:1:9764) at l.invokeTask [as invoke] (polyfills-es2015.6eb6bd3b6068c2595c2b.js:1:8849) at m (polyfills-es2015.6eb6bd3b6068c2595c2b.js:1:20635) ni # node_modules_angular_core_fesm2015_core_js-es2015.e67882692b6d3d658f6b.js:1
It should appear the kanban, without any pop-up error:
What I'm expecting
There is no code introduced, only the steps I've already shown. The process is from GitHub -->https://github.com/SidorkinAlex/Opportunities_kanban

running commands from cloud-builders-community/sonarqube/

gcloud builds submit . --config=cloudbuild.yaml
Creating temporary tarball archive of 6 file(s) totalling 3.2 KiB before compression.
Uploading tarball of [.] to [gs://training_cloudbuild/source/1670817617.242895-f55df2adc5e04b5ca65f2ed1a6a12fe4.tgz]
ERROR: (gcloud.builds.submit) 403 Could not upload file [/tmp/tmprwqmw411/file.tgz] to [training_cloudbuild/source/1670817617.242895-f55df2adc5e04b5ca65f2ed1a6a12fe4.tgz]: Access denied.
running commands from cloud-builders-community/sonarqube/ in the instance and getting this error .Need help how to run sonar scanner in cloud build .Need to use sonarqube while running the code in cloud build.
From Troubleshooting build errors documentation
4xx client errors
This group of errors indicates that the build
request is not successful presumably by fault of the user sending the
request. Some examples of 4xx client errors are:
**Error**: 404 : Requested entity was not found
**Error**: 404 : Trigger not found
**Error**: 400 : Failed Precondition
**Error**: 403 : Permission denied
Error message:
ERROR: (gcloud.builds.submit) 403 Could not upload file [/tmp/tmprwqmw411/file.tgz] to [training_cloudbuild/source/1670817617.242895-f55df2adc5e04b5ca65f2ed1a6a12fe4.tgz]: Access denied.
The error stats, the Service Account does not have access to [gs://training_cloudbuild/]
Try adding below permission to build Service Account:
storage.objects.create
storage.objects.get
storage.objects.list

Error while pushing application to IBM cloud

I'm trying to push my application to IBM cloud but getting the following error:
Error: Unable to read archive file at - target/DAH-APP-0.0.1.war as specified in the project's manifest.yml. Please ensure that the file exists at the specified path and is accessible. Cannot complete archive push.
Please help me resolve the issue.

Why do I receive a Service Unavailable message after running the project GWT?

I am creating a GWT project from the GWT Material official website using maven. I am following the tutorial offered by the site: http://gwtmaterialdesign.github.io/gwt-material-demo/#gettingstarted . Im getting this in the view page:
HTTP ERROR: 503
Problem accessing /index.html. Reason:
Service Unavailable
Powered by Jetty://
I tried all the solution proposed here but I failed to view the project homepage.
There is no error in the eclipse console. but when inspecting the home page im getting this error:
Voice Instead ready.
content.js:29 Object
favicon.ico Failed to load resource: the server responded with a status of 503 (Service Unavailable)
enter code here
after running the project
in the window Developement Mode in the Jetty console next to Developement Mode
i have problem with Jetty. i don't know
What is jetty and what it allows to do? Im getting this error :
`00:00:16,662 [WARN] Failed startup of context c.g.g.d.s.j.WebAppContextWithReload#3772b95a{/,file:/C:/Users/Mm/eclipse-workspace/com-gwtmaterial-tutorial/target/com-gwtmaterial-tutorial-1.0-SNAPSHOT/,STARTING}{C:\Users\Mm\eclipse-workspace\com-gwtmaterial-tutorial\target\com-gwtmaterial-tutorial-1.0-SNAPSHOT}
<pre>java.util.zip.ZipException: invalid entry size (expected 4178 but got 10926 bytes)
at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:384)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:196)
at java.util.jar.JarInputStream.read(JarInputStream.java:207)
at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:140)
at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:118)
at java.util.jar.JarInputStream.getNextEntry(JarInputStream.java:142)
at java.util.jar.JarInputStream.getNextJarEntry(JarInputStream.java:179)
at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:915)
at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:831)
at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call(AnnotationConfiguration.java:163)
at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run(AnnotationConfiguration.java:548)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
at java.lang.Thread.run(Thread.java:745)</pre>`
I solved it by following the next step:
1- Close Eclipse.
2- Go to user directory and delete the .m2 directory.
3- Open Elipse.
4- Right click on the project -> Run as -> maven install

json-c compilation using svn. Cannot connect to a SVN repository

I am new to JSON. I am trying to install jason-c library. I am checking out using svn. I am getting the following error:
svn: E175002: Unable to connect to a repository at URL 'http://svn.metaparadigm.com/svn/json-c'
svn: E175002: The OPTIONS request returned invalid XML in the response: XML parse error at line 1: no element found http://svn.metaparadigm.com/svn/json-c
Can anyone tell me how to install jason-c. I am using fedora.

Resources