Posts by Toni_Emmanuel • 21 points
2 posts
-
-1
votes1
answer137
viewsQ: I wanted to send two files from my folder to my remote repository on github and it went wrong after I logged in. What to do?
I used the command > git push --set-upstream origin master and could not send from my local repository to my remote repository, on the screen appeared the following code: $ git push…
-
2
votes2
answers71
viewsQ: Object array gives error when I try to access an element of it
package br.com.cursoemvideo; public class Olho { private String cor; private boolean funciona; public String getCor() { return cor; } public void setCor(String cor) { this.cor = cor; } public…